chore: Prettified Code
[ci skip]
This commit is contained in:
parent
a3ca0b09f4
commit
3c34125044
2 changed files with 5 additions and 6 deletions
|
@ -256,10 +256,10 @@ const app = new Vue({
|
|||
},
|
||||
deep: true,
|
||||
},
|
||||
'cfg.connectivity.discord_rpc.enabled'(newValue) {
|
||||
ipcRenderer.send("discordrpc:reload", newValue)
|
||||
"cfg.connectivity.discord_rpc.enabled"(newValue) {
|
||||
ipcRenderer.send("discordrpc:reload", newValue);
|
||||
},
|
||||
'mk.privateEnabled'(newValue) {
|
||||
"mk.privateEnabled"(newValue) {
|
||||
ipcRenderer.send("onPrivacyModeChange", newValue);
|
||||
},
|
||||
page: () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue