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 a787464c44 - Show all commits

View File

@ -1,8 +1,6 @@
use gtk4::{self as gtk, prelude::WidgetExt};
#[allow(unused)] #[allow(unused)]
use gtk::{ use gtk::{
prelude::{BoxExt, IsA}, prelude::{BoxExt, IsA, WidgetExt},
Box, Orientation, Stack, StackSidebar, StackSwitcher, StackTransitionType, Widget, Box, Orientation, Stack, StackSidebar, StackSwitcher, StackTransitionType, Widget,
}; };