Added support for Xfce4 Terminal
+Fix View Applications pop-up for newer versions of Distrobox
diff --git a/src/main.rs b/src/main.rs index dca5e0e..d6eb9cc 100644 --- a/src/main.rs +++ b/src/main.rs @@ -819,7 +819,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.1.4"); + d.set_version("2.1.5"); d.set_developer_name("Dvlv"); d.set_license_type(gtk::License::MitX11); d.set_comments( diff --git a/src/utils.rs b/src/utils.rs index b0a0c9f..458dda7 100644 --- a/src/utils.rs +++ b/src/utils.rs @@ -209,6 +209,11 @@ pub fn get_supported_terminals() -> Vec