feat: config methods

This commit is contained in:
Ashley Wulber 2022-12-13 22:46:30 -05:00 committed by Ashley Wulber
parent 86ed2d4e31
commit 6fef03ed2f
16 changed files with 25 additions and 1578 deletions

View file

@ -16,7 +16,7 @@ fn main() -> cosmic::iced::Result {
pretty_env_logger::init();
info!("Iced Workspaces Applet ({})", APP_ID);
info!("Version: {}", VERSION);
config::AppListConfig::default().save().unwrap();
// Prepare i18n
localize();