Rm: showInputBox handler in plugin page

This commit is contained in:
Molunerfinn 2019-04-04 16:58:36 +08:00
parent 0165879f2d
commit 4a11d9830b

View File

@ -410,9 +410,6 @@ export default {
this.$electron.remote.shell.openExternal(url)
}
},
handleInputBoxClose () {
this.$electron.ipcRenderer.send('showInputBox', this.inputBoxValue)
},
goAwesomeList () {
this.$electron.remote.shell.openExternal('https://github.com/PicGo/Awesome-PicGo')
}