editor: Use AdwButtonRow where possible

This commit is contained in:
Elias Projahn 2025-03-01 08:55:04 +01:00
parent 18ba84c86f
commit e59052a362
8 changed files with 40 additions and 91 deletions

View file

@ -72,7 +72,7 @@ impl MusicusTranslationEditor {
}
#[template_callback]
fn add_translation(&self, _: &adw::ActionRow) {
fn add_translation(&self) {
self.add_entry(&util::LANG, &self.imp().entry_row.text());
}