We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1a3947 + 4cacc49 commit 977d9f3Copy full SHA for 977d9f3
1 file changed
right/src/macros/core.c
@@ -978,7 +978,7 @@ static void recalculateSleepingMods()
978
}
979
980
EventVector_SetValue(EventVector_MacroEnginePostponing, applicableState.someonePostponing);
981
- EventVector_SetValue(EventVector_MacroEngine, applicableState.someoneAwake);
+ EventVector_SetValue(EventVector_MacroEngine, applicableState.someoneAwake || SchedulerPostponing);
982
EventVector_SetValue(EventVector_MacroReportsUsed, applicableState.reportsUsed);
983
Macros_WakeMeOnOneShot = applicableState.someOneShot;
984
SuppressMods = applicableState.modifierSuppressMods;
0 commit comments