mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-01-05 13:45:25 -06:00
sda-1899 spelling issue
This commit is contained in:
parent
e3c2a04cdc
commit
abdbe73089
@ -984,7 +984,7 @@ export class WindowHandler {
|
|||||||
globalShortcut.register(isMac ? 'Cmd+Alt+2' : 'Ctrl+Shift+2', this.onClientManaStable);
|
globalShortcut.register(isMac ? 'Cmd+Alt+2' : 'Ctrl+Shift+2', this.onClientManaStable);
|
||||||
globalShortcut.register(isMac ? 'Cmd+Alt+3' : 'Ctrl+Shift+3', this.onClientManaDaily);
|
globalShortcut.register(isMac ? 'Cmd+Alt+3' : 'Ctrl+Shift+3', this.onClientManaDaily);
|
||||||
} else {
|
} else {
|
||||||
logger.info('Switch between clients not support for this POD-url');
|
logger.info('Switch between clients not supported for this POD-url');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isMac) {
|
if (isMac) {
|
||||||
|
Loading…
Reference in New Issue
Block a user