mirror of
https://git.wetfence.xyz/RandyTheSilly/Trigalarm.git
synced 2026-08-27 22:26:25 -04:00
Fix tutorial not showing for recovery main alarm
This commit is contained in:
+1
-1
@@ -760,7 +760,7 @@ static void alarm_select_hold_handler(void *recognizer, void *ctx) {
|
||||
} else {
|
||||
// otherwise, set awareness alarm and exit
|
||||
if (schedule_alarm(WAKE_AWARENESS_ALARM)) {
|
||||
if (settings.TutorialEnabled && s_alarm_reason == WAKE_MAIN_ALARM) {
|
||||
if (settings.TutorialEnabled && (s_alarm_reason == WAKE_MAIN_ALARM || s_alarm_reason == WAKE_RECOVERY_MAIN_ALARM)) {
|
||||
push_status_window(STATUS_MAIN_TUTORIAL);
|
||||
} else {
|
||||
window_stack_pop_all(true);
|
||||
|
||||
Reference in New Issue
Block a user