Skip to content

Commit

Permalink
Merge pull request #62 from miteshgoplani/AutoSave
Browse files Browse the repository at this point in the history
Auto Save
  • Loading branch information
1000TurquoisePogs authored Aug 16, 2020
2 parents 1922eb2 + a0fbfd5 commit c9c7ac3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions interface/src/mvd-window-management.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ declare namespace MVDWindowManagement {
closeWindow(windowId: MVDWindowManagement.WindowId): void;
closeAllWindows():void;
requestWindowFocus(windowId: MVDWindowManagement.WindowId): boolean;
autoSaveFileAllowDelete : boolean;
autoSaveDataClean : boolean;
launchDesktopAutoSavedApplications() : void;
}
}

Expand Down

0 comments on commit c9c7ac3

Please sign in to comment.