uncomment loading saved app groups

This commit is contained in:
Ashley Wulber 2021-12-06 14:52:32 -05:00 committed by Jeremy Soller
parent e160649a14
commit 7e6f6d22f8

View file

@ -53,7 +53,7 @@ impl ObjectImpl for Window {
// Setup
obj.setup_model();
// obj.restore_data();
obj.restore_data();
obj.setup_callbacks();
obj.setup_factory();
}