uncomment loading saved app groups
This commit is contained in:
parent
e160649a14
commit
7e6f6d22f8
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ impl ObjectImpl for Window {
|
||||||
|
|
||||||
// Setup
|
// Setup
|
||||||
obj.setup_model();
|
obj.setup_model();
|
||||||
// obj.restore_data();
|
obj.restore_data();
|
||||||
obj.setup_callbacks();
|
obj.setup_callbacks();
|
||||||
obj.setup_factory();
|
obj.setup_factory();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue