diff --git a/source/ubl-settings-video.c b/source/ubl-settings-video.c index dc8956b..208f732 100644 --- a/source/ubl-settings-video.c +++ b/source/ubl-settings-video.c @@ -398,6 +398,7 @@ void yon_proprietary_local_get(main_window *widgets){ } void yon_proprietary_get_thread(GtkWidget *,main_window *widgets){ + yon_packages_update(); yon_ubl_status_box_render(PROPRIETARY_LOADING_LABEL,BACKGROUND_IMAGE_INFO_TYPE); yon_proprietary_local_get(widgets); }