FIX: thread of close BBLUserPresetExceedLimit notify
Change-Id: I9698134ba1cc91fc83eac441f900d68c4c4b556a
This commit is contained in:
parent
f4b062640d
commit
ffb4326e8e
|
@ -4727,7 +4727,9 @@ void GUI_App::start_sync_user_preset(bool with_progress_dlg)
|
||||||
total_count += sync_count;
|
total_count += sync_count;
|
||||||
|
|
||||||
if (total_count == 0) {
|
if (total_count == 0) {
|
||||||
|
CallAfter([this] {
|
||||||
plater()->get_notification_manager()->close_notification_of_type(NotificationType::BBLUserPresetExceedLimit);
|
plater()->get_notification_manager()->close_notification_of_type(NotificationType::BBLUserPresetExceedLimit);
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned int http_code = 200;
|
unsigned int http_code = 200;
|
||||||
|
|
Loading…
Reference in New Issue