Added Greek Translations
+Added a Clone Box button
diff --git a/src/main.rs b/src/main.rs index c040c4a..20bee6a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -858,7 +858,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.0"); + d.set_version("2.2.1"); d.set_developer_name("Dvlv"); d.set_license_type(gtk::License::MitX11); d.set_comments(