mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-07-24 23:39:57 +08:00
✨ Feature: tray-window add open-setting-window button
This commit is contained in:
@@ -37,4 +37,8 @@ export default class extends Vue {
|
||||
forceUpdate () {
|
||||
this.$bus.$emit(FORCE_UPDATE)
|
||||
}
|
||||
|
||||
sendToMain (channel: string, ...args: any[]) {
|
||||
ipcRenderer.send(channel, ...args)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user