uncomment loading saved app groups

This commit is contained in:
Ashley Wulber 2021-12-06 14:52:32 -05:00
parent 260be3396c
commit f45f2b1826

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();
}