Delabs Spaces, keeping it as a default-on preference for the time being
This commit is contained in:
parent
9cc90f090a
commit
55338701ea
2 changed files with 1 additions and 9 deletions
|
@ -597,7 +597,7 @@ export default class ElectronPlatform extends VectorBasePlatform {
|
|||
if (!handled &&
|
||||
// ideally we would use SpaceStore.spacesEnabled here but importing SpaceStore in this platform
|
||||
// breaks skinning as the platform is instantiated prior to the skin being loaded
|
||||
SettingsStore.getValue("feature_spaces") &&
|
||||
!SettingsStore.getValue("showCommunitiesInsteadOfSpaces") &&
|
||||
ev.code.startsWith("Digit") &&
|
||||
isOnlyCtrlOrCmdKeyEvent(ev)
|
||||
) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue