easy to read

This commit is contained in:
Sandeep Somavarapu 2021-07-06 16:19:20 +02:00
parent 379e4aee05
commit a45761ede3
No known key found for this signature in database
GPG key ID: 1FED25EC4646638B

View file

@ -311,10 +311,10 @@ export class KeybindingsSynchroniser extends AbstractJsonFileSynchroniser implem
} catch (e) {
this.logService.error(e);
}
if (!this.syncKeybindingsPerPlatform()) {
parsed.all = keybindingsContent;
} else {
if (this.syncKeybindingsPerPlatform()) {
delete parsed.all;
} else {
parsed.all = keybindingsContent;
}
switch (OS) {
case OperatingSystem.Macintosh: