mirror of
https://github.com/heyman/heynote.git
synced 2024-11-24 17:03:19 +01:00
Check showInMenu checkbox when showInDock is deselected
This commit is contained in:
parent
46b2ee0522
commit
2a2703d6d3
@ -70,6 +70,9 @@
|
||||
bracketClosing: this.bracketClosing,
|
||||
bufferPath: this.bufferPath,
|
||||
})
|
||||
if (!this.showInDock) {
|
||||
this.showInMenu = true
|
||||
}
|
||||
},
|
||||
|
||||
async selectBufferLocation() {
|
||||
|
Loading…
Reference in New Issue
Block a user