🐛 Fix: settings bug

ISSUES CLOSED: #710
This commit is contained in:
PiEgg
2021-08-13 00:18:04 +08:00
parent ae692632a5
commit 20d3cf987c
5 changed files with 39 additions and 25 deletions

View File

@@ -11,7 +11,6 @@ export default class extends Vue {
[config]: value
}
}
console.log(PICGO_SAVE_CONFIG, config, value)
ipcRenderer.send(PICGO_SAVE_CONFIG, config)
}
getConfig<T> (key?: string): Promise<T | undefined> {