From a9ad0ec8d42daffe13c921e372caa775dbac3b6a Mon Sep 17 00:00:00 2001 From: Ivan Dmitrievich Yartsev Date: Tue, 10 Mar 2026 16:21:13 +0600 Subject: [PATCH] Fixed startup applications page loading --- source/ubinstall-gtk-startup-apps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ubinstall-gtk-startup-apps.c b/source/ubinstall-gtk-startup-apps.c index 094d63f..b52d43b 100644 --- a/source/ubinstall-gtk-startup-apps.c +++ b/source/ubinstall-gtk-startup-apps.c @@ -55,7 +55,7 @@ void yon_startup_apps_setup(main_window *widgets){ } } - char *startup = config(SERVICES_ENABLE_parameter); + char *startup = config(AUTOEXEC_parameter); if (!yon_char_is_empty(startup)){ if (!strcmp(startup,"auto")){ for_iter(GTK_TREE_MODEL(widgets->StartupAppsList),&iter){