mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-09 19:27:44 +02:00
Fixed single desktop app instance handling. (#9958)
Signed-off-by: Denis Gladkiy <denis.gladkiy@hardcoreeng.com>
This commit is contained in:
+547
-542
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user