This commit is contained in:
Miodec 2021-07-10 01:15:59 +01:00
parent 67c1352c0c
commit 98f7148ccb

View file

@ -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);
},
},
],