add settings loading

This commit is contained in:
2024-07-28 14:53:38 +02:00
parent d036368dd0
commit 308374396b
2 changed files with 21 additions and 6 deletions

View File

@@ -210,7 +210,6 @@ impl Component for App {
actions.register_for_widget(&widgets.main_window);
widgets.load_window_size();
ComponentParts { model, widgets }
}