Make Power Mode visible only when searching

This commit is contained in:
StianM 2021-06-04 08:37:13 +02:00
parent a0b8944f21
commit 4e37890da9

View file

@ -2069,6 +2069,7 @@ export let defaultCommands = {
id: "monkeyPower",
display: "Power mode...",
alias: "powermode",
visible: false,
subgroup: true,
exec: () => {
current.push(commandsMonkeyPowerLevel);