Enjoy practicing some tunes for the summer with this fresh batch of improvements:
+As always, this update was made possible by volunteer bug reporters, developers, and translators. If you would like to come with suggestions, report bugs, translate the app, or contribute otherwise, feel free to reach out!
+This update improves the translations of Fretboard into other languages.
diff --git a/meson.build b/meson.build index 6b146f7..99e3cfb 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('fretboard', 'rust', - version: '6.1', + version: '7.0', license: 'GPL-3.0-or-later', meson_version: '>= 0.62.0', ) diff --git a/src/application.rs b/src/application.rs index 7bfb660..68cc055 100644 --- a/src/application.rs +++ b/src/application.rs @@ -21,7 +21,6 @@ use crate::FretboardWindow; use adw::prelude::*; use adw::subclass::prelude::*; -use gettextrs::gettext; use gtk::{gio, glib}; mod imp { @@ -88,10 +87,7 @@ impl FretboardApplication { let quit_action = gio::ActionEntry::builder("quit") .activate(move |app: &Self, _, _| app.quit()) .build(); - let about_action = gio::ActionEntry::builder("about") - .activate(move |app: &Self, _, _| app.show_about()) - .build(); - self.add_action_entries([quit_action, about_action]); + self.add_action_entries([quit_action]); self.set_accels_for_action("app.quit", &["