diff --git a/source/ubinstall-gtk-install-start.c b/source/ubinstall-gtk-install-start.c index 5a66d07..c490726 100644 --- a/source/ubinstall-gtk-install-start.c +++ b/source/ubinstall-gtk-install-start.c @@ -9,4 +9,6 @@ void yon_quick_install(GtkWidget *self, main_window *widgets){ gtk_widget_hide(self); pthread_create(&main_config.install_thread,NULL,on_config_save,widgets); gtk_notebook_set_current_page(GTK_NOTEBOOK(widgets->Notebook),YON_PAGE_INSTALLATION); + yon_page_init(widgets,YON_PAGE_INSTALLATION); + yon_page_update(widgets); } \ No newline at end of file