delete modal + btn

This commit is contained in:
nicwands
2026-05-07 13:11:16 -04:00
parent 1806a612b6
commit 75d3488de0
20 changed files with 329 additions and 55 deletions

View File

@@ -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') {