Fixed startup applications page loading

pull/284/head
parent 1f8b63d880
commit a9ad0ec8d4

@ -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){

Loading…
Cancel
Save