Phase 2.2: performance optimizations, debug tools, app close fix

This commit is contained in:
2026-01-31 20:31:53 +02:00
parent fb2b55caff
commit 26f8067c94
18 changed files with 1006 additions and 167 deletions

View File

@@ -21,6 +21,9 @@ contextBridge.exposeInMainWorld('rfcp', {
openExternal: (url) => ipcRenderer.invoke('open-external', url),
openPath: (path) => ipcRenderer.invoke('open-path', path),
// Region data import
importRegionData: () => ipcRenderer.invoke('import-region-data'),
// Platform info
platform: process.platform,
isDesktop: true,