functionality updates for preferences

This commit is contained in:
nicwands
2026-04-09 14:58:06 -04:00
parent b4b627b6bb
commit 1806a612b6
13 changed files with 207 additions and 21 deletions

View File

@@ -90,6 +90,8 @@ app.whenReady().then(async () => {
)
ipcMain.handle('pluginManager:call', async (_, method, ...args) => {
console.log(method, ...args)
const methodCall = await pluginManager[method](...args)
if (method === 'setActivePlugin') {