Fix regression on SendKey() (#21187)

This commit is contained in:
Theo Arends 2024-04-17 17:30:25 +02:00
parent 0bb1fcbc00
commit b6b74ecb96

View File

@ -921,7 +921,7 @@ bool RulesProcess(void) {
if ((Settings->rule_enabled || BERRY_RULES) && !Rules.busy) { // Any rule enabled
return RulesProcessEvent(XdrvMailbox.data);
}
return true;
return false;
}
void RulesInit(void)