mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-17 04:16:01 +08:00
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;
|
||||
|
||||
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user