Add extra space before "No sleep time found" on emery
This commit is contained in:
@@ -313,10 +313,9 @@ static void init() {
|
||||
// set colors if is_jellyfin is locally set;
|
||||
// if it has not yet been set, it will be once
|
||||
// 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);
|
||||
#if DEBUG_MODE
|
||||
s_is_jellyfin = DEBUG_MODE; // allow forcing configured state for emu testing
|
||||
#endif
|
||||
switch (s_is_jellyfin) {
|
||||
case 1:
|
||||
|
||||
Reference in New Issue
Block a user