mirror of
https://github.com/johrpan/musicus.git
synced 2025-10-27 12:17:24 +01:00
editor: Use AdwButtonRow where possible
This commit is contained in:
parent
18ba84c86f
commit
e59052a362
8 changed files with 40 additions and 91 deletions
|
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue