mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
cleanup zoomlevel configuration
This commit is contained in:
@@ -26,6 +26,14 @@ import ipc = require('ipc');
|
||||
const Shell = remote.require('shell');
|
||||
const Dialog = remote.require('dialog');
|
||||
|
||||
export interface IWindowConfiguration {
|
||||
window: {
|
||||
openFilesInNewWindow: boolean;
|
||||
reopenFolders: string;
|
||||
zoomLevel: number;
|
||||
}
|
||||
}
|
||||
|
||||
export class ElectronWindow {
|
||||
private win: remote.BrowserWindow;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user