fix(FN-1339): move executor status bar above mobile nav bar
This commit is contained in:
@@ -13,6 +13,7 @@ contextBridge.exposeInMainWorld("fusionAPI", {
|
||||
// App info
|
||||
getSystemInfo: (): Promise<SystemInfo> => ipcRenderer.invoke("app:getSystemInfo"),
|
||||
checkForUpdates: (): Promise<UpdateCheckResult> => ipcRenderer.invoke("app:checkForUpdates"),
|
||||
getServerPort: (): Promise<number | undefined> => ipcRenderer.invoke("app:getServerPort"),
|
||||
|
||||
// Tray status
|
||||
updateTrayStatus: (status: string): Promise<void> => ipcRenderer.invoke("tray:updateStatus", status),
|
||||
|
||||
Reference in New Issue
Block a user