mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 13:27:49 +08:00
typo
This commit is contained in:
parent
67c1352c0c
commit
98f7148ccb
1 changed files with 2 additions and 2 deletions
|
@ -431,7 +431,7 @@ let commandsKeyTips = {
|
|||
display: "off",
|
||||
configValue: false,
|
||||
exec: () => {
|
||||
UpdateConfig.setShowKeyTips(false);
|
||||
UpdateConfig.setKeyTips(false);
|
||||
},
|
||||
},
|
||||
{
|
||||
|
@ -439,7 +439,7 @@ let commandsKeyTips = {
|
|||
display: "on",
|
||||
configValue: true,
|
||||
exec: () => {
|
||||
UpdateConfig.setShowKeyTips(true);
|
||||
UpdateConfig.setKeyTips(true);
|
||||
},
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue