web - provide env.isBuilt properly

This commit is contained in:
Benjamin Pasero
2019-10-23 15:38:21 +02:00
parent 9e131ecec6
commit a583ce8228
3 changed files with 6 additions and 8 deletions

View File

@@ -658,7 +658,6 @@ export class CodeWindow extends Disposable implements ICodeWindow {
// Title style related
windowConfiguration.maximized = this._win.isMaximized();
windowConfiguration.frameless = this.hasHiddenTitleBarStyle && !isMacintosh;
// Dump Perf Counters
windowConfiguration.perfEntries = perf.exportEntries();