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
1 changed files with 3 additions and 0 deletions

View File

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