mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-06-02 07:39:44 +08:00
Fixed: bug with function in config
This commit is contained in:
@@ -79,10 +79,7 @@ export default {
|
||||
},
|
||||
created () {
|
||||
this.$electron.ipcRenderer.on('pluginList', (evt, list) => {
|
||||
this.pluginList = list.map(item => {
|
||||
// item.reload = false
|
||||
return item
|
||||
})
|
||||
this.pluginList = list.map(item => item)
|
||||
})
|
||||
this.getPluginList()
|
||||
document.addEventListener('keydown', (e) => {
|
||||
|
||||
Reference in New Issue
Block a user