mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
FIX: thread of close BBLUserPresetExceedLimit notify
Change-Id: I9698134ba1cc91fc83eac441f900d68c4c4b556a
This commit is contained in:
@@ -4727,7 +4727,9 @@ void GUI_App::start_sync_user_preset(bool with_progress_dlg)
|
||||
total_count += sync_count;
|
||||
|
||||
if (total_count == 0) {
|
||||
plater()->get_notification_manager()->close_notification_of_type(NotificationType::BBLUserPresetExceedLimit);
|
||||
CallAfter([this] {
|
||||
plater()->get_notification_manager()->close_notification_of_type(NotificationType::BBLUserPresetExceedLimit);
|
||||
});
|
||||
}
|
||||
|
||||
unsigned int http_code = 200;
|
||||
|
||||
Reference in New Issue
Block a user