Skip to content

Commit

Permalink
Add autoSaveDataClean bool
Browse files Browse the repository at this point in the history
Signed-off-by: Mitesh <[email protected]>
  • Loading branch information
miteshgoplani committed Jul 30, 2020
1 parent 4f8e891 commit 7bfe621
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interface/src/mvd-window-management.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ declare namespace MVDWindowManagement {
closeAllWindows():void;
requestWindowFocus(windowId: MVDWindowManagement.WindowId): boolean;
autoSaveFileAllowDelete : boolean;
autoSaveDataClean : boolean;
}
}

Expand Down

0 comments on commit 7bfe621

Please sign in to comment.