From 66ac196686fea56c685f0b0528f69c59943589b2 Mon Sep 17 00:00:00 2001 From: Ivan Dmitrievich Yartsev Date: Wed, 4 Mar 2026 13:05:52 +0600 Subject: [PATCH] Fixed modules loading --- source/ubinstall-gtk-components.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ubinstall-gtk-components.c b/source/ubinstall-gtk-components.c index 8c98556..2aa05d7 100644 --- a/source/ubinstall-gtk-components.c +++ b/source/ubinstall-gtk-components.c @@ -142,7 +142,7 @@ os_row *yon_os_row_new(){ void *yon_modules_list_load(main_window *widgets){ - if (!getuid()||!yon_char_is_empty(config(source_parameter))){ return 0; + if (!getuid()||!yon_char_is_empty(config(source_parameter))){ int size; config_str modules = yon_config_load(yon_debug_output("%s\n",get_modules_command),&size); for(int i=1;i