mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-11 22:51:35 +08:00
fixed quick tab button not being highlighted correctly
This commit is contained in:
parent
485af0e948
commit
d852fe40ed
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ settingsGroups.keymapLayout = new SettingsGroup(
|
|||
"keymapLayout",
|
||||
changeKeymapLayout
|
||||
);
|
||||
settingsGroups.quickTab = new SettingsGroup(
|
||||
settingsGroups.showKeyTips = new SettingsGroup(
|
||||
"showKeyTips",
|
||||
setKeyTips,
|
||||
null,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue