fix variable shown when opening dryday page

This commit is contained in:
2024-06-30 16:10:19 +02:00
parent 73e7f6520b
commit 3821e04bd9
+1 -1
View File
@@ -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: