Translation Updates
+Added support for Foot Terminal
+Translation Updates
diff --git a/src/main.rs b/src/main.rs index 62337e5..0451440 100644 --- a/src/main.rs +++ b/src/main.rs @@ -869,7 +869,7 @@ fn show_about_popup(window: &ApplicationWindow) { let d = adw::AboutWindow::new(); d.set_transient_for(Some(window)); d.set_application_name("BoxBuddy"); - d.set_version("2.2.10"); + d.set_version("2.2.11"); d.set_developer_name("Dvlv"); d.set_license_type(gtk::License::MitX11); // TRANSLATORS: Description of the application diff --git a/src/utils.rs b/src/utils.rs index ac37356..c4ebab8 100644 --- a/src/utils.rs +++ b/src/utils.rs @@ -264,11 +264,6 @@ pub fn get_supported_terminals() -> Vec