mirror of
https://github.com/heyman/heynote.git
synced 2025-06-22 18:41:20 +02:00
Check showInMenu checkbox when showInDock is deselected
This commit is contained in:
parent
46b2ee0522
commit
2a2703d6d3
@ -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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user