delete modal + btn
This commit is contained in:
@@ -90,8 +90,6 @@ app.whenReady().then(async () => {
|
||||
)
|
||||
|
||||
ipcMain.handle('pluginManager:call', async (_, method, ...args) => {
|
||||
console.log(method, ...args)
|
||||
|
||||
const methodCall = await pluginManager[method](...args)
|
||||
|
||||
if (method === 'setActivePlugin') {
|
||||
|
||||
Reference in New Issue
Block a user