mirror of
https://github.com/finos/SymphonyElectron.git
synced 2026-07-29 23:57:56 -05:00
Update src/app/window-handler.ts
Co-Authored-By: Kiran Niranjan <kiranleo1992@gmail.com>
This commit is contained in:
co-authored by
Kiran Niranjan
parent
ada29a587f
commit
9c99021453
@@ -980,7 +980,7 @@ export class WindowHandler {
|
||||
globalShortcut.register('CmdOrCtrl+R', this.onReload);
|
||||
|
||||
// Hack to switch between Client 1.5, Mana-stable and Mana-daily
|
||||
if (checkIfCorporate()) {
|
||||
if (this.globalConfig.url && this.globalConfig.url.startsWith('https://corporate.symphony.com')) {
|
||||
globalShortcut.register('CmdOrCtrl+Shift+1', this.onClient1_5);
|
||||
globalShortcut.register('CmdOrCtrl+Shift+2', this.onClientManaStable);
|
||||
globalShortcut.register('CmdOrCtrl+Shift+3', this.onClientManaDaily);
|
||||
|
||||
Reference in New Issue
Block a user