mirror of
https://github.com/eugeny/tabby
synced 2025-12-12 10:45:45 +00:00
fullscreen mode (fixes #283)
This commit is contained in:
@@ -97,6 +97,9 @@ export class AppRootComponent {
|
||||
this.app.previousTab()
|
||||
}
|
||||
}
|
||||
if (hotkey === 'toggle-fullscreen') {
|
||||
this.hostApp.toggleFullscreen()
|
||||
}
|
||||
})
|
||||
|
||||
this.docking.dock()
|
||||
|
||||
Reference in New Issue
Block a user