Change to general copy paste

This commit is contained in:
AlphaX-Projects
2023-05-19 17:11:54 +02:00
parent 7eeb5e6d2e
commit d3ff7f72ba
36 changed files with 311 additions and 1722 deletions

View File

@@ -2,5 +2,6 @@ const { contextBridge, ipcRenderer } = require('electron')
contextBridge.exposeInMainWorld('electronAPI', {
setStartCore: () => ipcRenderer.send('set-start-core'),
checkForUpdate: () => ipcRenderer.send('check-for-update')
checkForUpdate: () => ipcRenderer.send('check-for-update'),
showMyMenu: () => ipcRenderer.send('show-my-menu')
})