mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-05 14:34:54 +00:00
fixed exiting fullscreen with vibrancy (fixes #407)
This commit is contained in:
@@ -106,7 +106,7 @@ export class HostAppService {
|
|||||||
|
|
||||||
toggleFullscreen () {
|
toggleFullscreen () {
|
||||||
let window = this.getWindow()
|
let window = this.getWindow()
|
||||||
window.setFullScreen(!window.isFullScreen())
|
window.setFullScreen(!this.isFullScreen)
|
||||||
}
|
}
|
||||||
|
|
||||||
openDevTools () {
|
openDevTools () {
|
||||||
|
Reference in New Issue
Block a user