mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-24 17:16:03 +00:00
eslint: fix whitespace
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user