fullscreen mode (fixes #283)

This commit is contained in:
Eugene Pankov
2018-02-12 17:04:49 +01:00
parent fde16b8699
commit e68cafdb70
7 changed files with 25 additions and 6 deletions

View File

@@ -97,6 +97,9 @@ export class AppRootComponent {
this.app.previousTab()
}
}
if (hotkey === 'toggle-fullscreen') {
this.hostApp.toggleFullscreen()
}
})
this.docking.dock()