diff options
| author | Selene ToyKeeper | 2023-04-15 19:28:43 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-04-15 19:28:43 -0600 |
| commit | c3abe88fe78d3cc1520065de0cdf2e7bdecff0dc (patch) | |
| tree | 69078a035e103ddb1abb8bc06974045ee8203bc4 /spaghetti-monster | |
| parent | adapted smooth-sunset patch from SammysHP (diff) | |
| download | anduril-c3abe88fe78d3cc1520065de0cdf2e7bdecff0dc.tar.gz anduril-c3abe88fe78d3cc1520065de0cdf2e7bdecff0dc.tar.bz2 anduril-c3abe88fe78d3cc1520065de0cdf2e7bdecff0dc.zip | |
enable sunset timer in Extended Simple UI
Diffstat (limited to '')
| -rw-r--r-- | spaghetti-monster/anduril/sunset-timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spaghetti-monster/anduril/sunset-timer.c b/spaghetti-monster/anduril/sunset-timer.c index eae1831..bad317c 100644 --- a/spaghetti-monster/anduril/sunset-timer.c +++ b/spaghetti-monster/anduril/sunset-timer.c @@ -8,7 +8,7 @@ uint8_t sunset_timer_state(Event event, uint16_t arg) { - #ifdef USE_SIMPLE_UI + #if defined(USE_SIMPLE_UI) && !defined(USE_EXTENDED_SIMPLE_UI) // No timer functions in Simple UI if (simple_ui_active) return EVENT_NOT_HANDLED; #endif |
