Added helper message for creation options
+Added pl_PL translations
+Additional distro images detected
diff --git a/src/main.rs b/src/main.rs index 5096ae8..354fd58 100644 --- a/src/main.rs +++ b/src/main.rs @@ -890,7 +890,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.3.0"); + d.set_version("2.3.1"); d.set_developer_name("Dvlv"); d.set_license_type(gtk::License::MitX11); // TRANSLATORS: Description of the application