mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-27 19:20:24 +08:00
🐛 Fix: bug of gallery db for plugin
This commit is contained in:
@@ -11,6 +11,7 @@ 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> {
|
||||
|
||||
Reference in New Issue
Block a user