mirror of
https://git.wetfence.xyz/RandyTheSilly/Trigalarm.git
synced 2026-08-27 22:26:25 -04:00
Disable debug alarm mode
This commit is contained in:
+1
-1
@@ -964,7 +964,7 @@ static void init() {
|
||||
app_message_open(64, 64); // TODO tighten sizes
|
||||
|
||||
switch (launch_reason()) {
|
||||
case APP_LAUNCH_PHONE: // DEBUG, REMOVE PRIOR TO RELEASE!
|
||||
// case APP_LAUNCH_PHONE: // DEBUG, REMOVE PRIOR TO RELEASE!
|
||||
case APP_LAUNCH_WAKEUP:
|
||||
s_alarming_for_awareness = persist_read_bool(STORAGE_KEY_ALARMING_FOR_AWARENESS);
|
||||
push_alarm_window();
|
||||
|
||||
Reference in New Issue
Block a user