cleanup & fixes

This commit is contained in:
Eugene Pankov
2018-07-02 19:53:48 +02:00
parent 9706c1079e
commit 950f071737
5 changed files with 17 additions and 11 deletions

View File

@@ -225,7 +225,7 @@ start = () => {
options.frame = true
} else {
if (process.platform == 'darwin') {
options.titleBarStyle = 'hidden-inset'
options.titleBarStyle = 'hiddenInset'
}
}

View File

@@ -61,6 +61,7 @@ const builtinModules = [
'@ng-bootstrap/ng-bootstrap',
'ngx-toastr',
'rxjs',
'rxjs/operators',
'terminus-core',
'terminus-settings',
'terminus-terminal',