mirror of
https://github.com/Eugeny/tabby.git
synced 2024-12-09 06:20:22 +08:00
fixed exiting fullscreen with vibrancy (fixes #407)
This commit is contained in:
parent
cce49c69d6
commit
5863ea0de1
@ -106,7 +106,7 @@ export class HostAppService {
|
||||
|
||||
toggleFullscreen () {
|
||||
let window = this.getWindow()
|
||||
window.setFullScreen(!window.isFullScreen())
|
||||
window.setFullScreen(!this.isFullScreen)
|
||||
}
|
||||
|
||||
openDevTools () {
|
||||
|
Loading…
Reference in New Issue
Block a user