Fixed single desktop app instance handling. (#9958)

Signed-off-by: Denis Gladkiy <denis.gladkiy@hardcoreeng.com>
This commit is contained in:
Denis 'GeneralGDA' Gladkiy
2025-09-27 11:57:07 +05:00
committed by GitHub
parent b103c5df30
commit b09e4dc49f
2 changed files with 548 additions and 543 deletions
+547 -542
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -102,7 +102,7 @@ export function setupWindowsSpecific (activateWindow: WindowAction, sendCommand:
default: {
// compile-time check: if jumpCommand is not a known value, this line errors
const _exhaustive: never = jumpCommandCode
return // or handle error
break
}
}