Add extra space before "No sleep time found" on emery

This commit is contained in:
2026-05-03 18:41:17 -04:00
parent 70c33a9301
commit 19dc273db7

View File

@@ -310,13 +310,12 @@ static void inbox_received_handler(DictionaryIterator *iter, void *context) {
} }
static void init() { static void init() {
// set colors if is_jellyfin is locally set; // set colors if is_jellyfin is locally set;
// if it has not yet been set, it will be once // if it has not yet been set, it will be once
// the user saves their settings // the user saves their settings
#if DEBUG_MODE
s_is_jellyfin = 1; // allow forcing configured state for emu testing
#else
s_is_jellyfin = persist_read_int(0); s_is_jellyfin = persist_read_int(0);
#if DEBUG_MODE
s_is_jellyfin = DEBUG_MODE; // allow forcing configured state for emu testing
#endif #endif
switch (s_is_jellyfin) { switch (s_is_jellyfin) {
case 1: case 1: