refactor: cosmic-config granular key updates and remove unused generics from cosmic-theme

This commit is contained in:
Ashley Wulber 2023-12-12 19:53:17 -05:00 committed by Michael Murphy
parent ef657fb19d
commit a4d1b1b651
18 changed files with 233 additions and 699 deletions

View file

@ -6,7 +6,7 @@ use cosmic::{
iced_core::{id, Alignment, Length, Point},
iced_widget::{column, container, scrollable, text, text_input},
widget::{button, cosmic_container},
Command,
ApplicationExt, Command,
};
#[derive(Debug, Clone, PartialEq)]
@ -107,6 +107,7 @@ impl cosmic::Application for MultiWindow {
input_value: String::new(),
},
);
_ = self.set_window_title(format!("window_{}", count), id);
spawn_window
}