fix variable shown when opening dryday page
This commit is contained in:
@@ -11,7 +11,7 @@ void screen_suche_dny(GuiEvent event)
|
||||
{
|
||||
switch (event) {
|
||||
case GUI_EVENT_SCREEN_INIT:
|
||||
value = app_config.scheduler_dry_days;
|
||||
value = settings_scratch.scheduler_dry_days;
|
||||
break;
|
||||
|
||||
case GUI_EVENT_PAINT:
|
||||
|
||||
Reference in New Issue
Block a user