OS X - When quitting in fullscreen mode, it should reopen in full screen mode (fixes #1491)

This commit is contained in:
Benjamin Pasero
2016-06-02 07:55:21 +02:00
parent bbdeeb9918
commit a24a923840
8 changed files with 39 additions and 14 deletions

View File

@@ -25,6 +25,7 @@ export interface IWindowConfiguration {
window: {
openFilesInNewWindow: boolean;
reopenFolders: string;
restoreFullscreen: boolean;
zoomLevel: number;
};
}