🐛 Fix: plugin config can't save

ISSUES CLOSED: #943
This commit is contained in:
PiEgg
2022-07-31 18:22:56 +08:00
parent 219b367f7c
commit 09e4e82ca9
3 changed files with 13 additions and 12 deletions

View File

@@ -428,10 +428,6 @@ export default class extends Vue {
ipcRenderer.send(OPEN_URL, 'https://github.com/PicGo/Awesome-PicGo')
}
saveConfig (data: IObj) {
ipcRenderer.send('picgoSaveData', data)
}
handleImportLocalPlugin () {
ipcRenderer.send('importLocalPlugin')
this.loading = true