Check showInMenu checkbox when showInDock is deselected

This commit is contained in:
Jonatan Heyman 2024-01-06 03:10:07 +01:00
parent 46b2ee0522
commit 2a2703d6d3

View File

@ -70,6 +70,9 @@
bracketClosing: this.bracketClosing, bracketClosing: this.bracketClosing,
bufferPath: this.bufferPath, bufferPath: this.bufferPath,
}) })
if (!this.showInDock) {
this.showInMenu = true
}
}, },
async selectBufferLocation() { async selectBufferLocation() {