From e00ccb17daf9de901bf8a9fc191ff359f2c9596b Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Tue, 25 Nov 2025 13:04:24 +0600 Subject: [PATCH] Fixed warning --- source/ubinstall-gtk-saving.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ubinstall-gtk-saving.c b/source/ubinstall-gtk-saving.c index ac7102b..78c8281 100644 --- a/source/ubinstall-gtk-saving.c +++ b/source/ubinstall-gtk-saving.c @@ -832,6 +832,6 @@ void yon_config_restore(main_window *widgets){ } on_config_global_load(NULL,widgets); - system("ubconfig --source system remove [autoinstall]"); + yon_launch("ubconfig --source system remove [autoinstall]"); yon_config_save_simple(YON_CONFIG_LOCAL,"system"); } \ No newline at end of file