From b67f66a9a2e2935b9febfc10e26d77f205fa8e1e Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Mon, 24 Nov 2025 15:35:05 +0600 Subject: [PATCH] Added root button --- source/ubl-settings-logging.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ubl-settings-logging.c b/source/ubl-settings-logging.c index 0e09d77..949d596 100644 --- a/source/ubl-settings-logging.c +++ b/source/ubl-settings-logging.c @@ -3283,8 +3283,8 @@ int main(int argc, char *argv[]){ main_config.logrotate_apps_list = gtk_list_store_new(3,G_TYPE_STRING,G_TYPE_STRING,G_TYPE_STRING); template_main_window *widgets = yon_ubl_window_setup(); + yon_root_button_setup(widgets,argv,argc); yon_main_window_complete(&widgets); - char *path = yon_char_unite(yon_ubl_user_get_home_directory(),"/.config/",LocaleName,"/",LocaleName,".conf",NULL); yon_window_config_load(path); main_config.launch_arguments=yon_char_parsed_copy(argv,argc);