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