merge stable version #2

Merged
doryan merged 97 commits from experimental into main 2024-08-28 18:54:00 +03:00
Showing only changes of commit ac650c3678 - Show all commits

View File

@ -1,8 +1,12 @@
pub mod about;
pub mod dialogues;
pub mod info_bar;
pub mod input;
pub mod menu;
pub mod pages;
pub mod tabs;
pub type MenuActions<'a> = (fn(&SimpleAction, Option<&Variant>), &'a str, &'a str);
use gio::{glib::Variant, SimpleAction};
use crate::model::builder_traits;