Update src/app/window-handler.ts

Co-Authored-By: Kiran Niranjan <kiranleo1992@gmail.com>
This commit is contained in:
Johan Kwarnmark
2020-03-23 08:48:28 +01:00
committed by GitHub
co-authored by Kiran Niranjan
parent ada29a587f
commit 9c99021453
+1 -1
View File
@@ -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);