eslint: fix whitespace

This commit is contained in:
Gobius Dolhain 2020-04-20 19:19:41 +02:00
parent 676bbba7a4
commit 7b9ff043ad
No known key found for this signature in database
GPG Key ID: 3713D132FE2B8861

View File

@ -193,7 +193,7 @@ export class Window {
this.window.focus() this.window.focus()
}) })
} else { } else {
if (this.configStore.appearance?.dockAlwaysOnTop) { if (this.configStore.appearance?.dockAlwaysOnTop) {
// docked, visible, on top // docked, visible, on top
this.window.hide() this.window.hide()
} else { } else {