Fix wrong collapse keybind: Alt+Shift+(R → L)

This commit is contained in:
miruka
2019-08-20 13:01:22 -04:00
parent 57b13131a0
commit c865de6dc7
2 changed files with 2 additions and 2 deletions

View File

@@ -125,7 +125,7 @@ class UISettings(JSONConfigFile):
"toggleCollapseAccount": [
"Alt+Shift+Left", "Alt+Shift+Right",
"Alt+Shift+H", "Alt+Shift+R",
"Alt+Shift+H", "Alt+Shift+L",
],
"startDebugger": ["Alt+Shift+D"],