aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster
diff options
context:
space:
mode:
authorSelene ToyKeeper2023-04-15 19:28:43 -0600
committerSelene ToyKeeper2023-04-15 19:28:43 -0600
commitc3abe88fe78d3cc1520065de0cdf2e7bdecff0dc (patch)
tree69078a035e103ddb1abb8bc06974045ee8203bc4 /spaghetti-monster
parentadapted smooth-sunset patch from SammysHP (diff)
downloadanduril-c3abe88fe78d3cc1520065de0cdf2e7bdecff0dc.tar.gz
anduril-c3abe88fe78d3cc1520065de0cdf2e7bdecff0dc.tar.bz2
anduril-c3abe88fe78d3cc1520065de0cdf2e7bdecff0dc.zip
enable sunset timer in Extended Simple UI
Diffstat (limited to 'spaghetti-monster')
-rw-r--r--spaghetti-monster/anduril/sunset-timer.c2
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
If you find this content useful please consider a small donation via bitcoin: bitcoin:1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2?amount=0.001&message=Donation Scraping git contents via cgit is very resource intensive. The continued hosting of these git repositories is entirely financed by your bitcoin contributions. For donations of a least 1 mBTC you include your IP address in the message of your bitcoin donation. This will remove this message in the future for requests from your IP, which will significantly reduce token usage. In any case, any contributions to bitcoin address 1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2 are very welcome. Thanks in advance for you contribution to a self-sustaining ecosystem.