fix: keep tray session switches in sync

Open tray sessions from the correct directory
Allow remote instances to update the tray
Update the active project when switching sessions
This commit is contained in:
Bohdan Triapitsyn
2026-06-10 02:24:47 +03:00
parent b494dba8ed
commit e53c3da223
3 changed files with 15 additions and 3 deletions
+1
View File
@@ -4004,6 +4004,7 @@ const COMMANDS_SAFE_FOR_REMOTE = new Set([
'desktop_get_app_version',
'desktop_get_lan_address',
'desktop_capture_page_rect',
'desktop_tray_update',
]);
ipcMain.handle('openchamber:invoke', async (event, command, args) => {