Phase 2.2: performance optimizations, debug tools, app close fix
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user