fix(desktop): disable project deep links

This commit is contained in:
Bohdan Triapitsyn
2026-07-14 13:35:43 +03:00
parent fb98edda45
commit c1069f08f6
2 changed files with 0 additions and 24 deletions
-4
View File
@@ -2074,10 +2074,6 @@ const dispatchDeepLink = (link) => {
emitToAllWindows('openchamber:open-session', { sessionId: link.value });
return;
}
if (link.type === 'project' && link.value) {
emitToAllWindows('openchamber:open-project', { projectPath: link.value });
return;
}
if (link.type === 'host' && link.value) {
void switchToHostById(link.value);
return;