adding a loading of last saved file for jumping right back in
This commit is contained in:
parent
7f1fc126fd
commit
798c682df9
3 changed files with 33 additions and 11 deletions
|
@ -45,7 +45,13 @@ Controls.Page {
|
|||
|
||||
property var currentWindow: presentation
|
||||
|
||||
Component.onCompleted: {changeServiceItem(0); presentation.forceActiveFocus();}
|
||||
Component.onCompleted: {
|
||||
changeServiceItem(0);
|
||||
presentation.forceActiveFocus();
|
||||
/* const loaded = serviceItemModel.loadLastSaved(); */
|
||||
/* if (!loaded) */
|
||||
/* showPassiveNotification("Failed loading last file"); */
|
||||
}
|
||||
|
||||
Item {
|
||||
id: mainItem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue