From 3840397fb11db85c04c573f1eb1d2e9c8f17cd0d Mon Sep 17 00:00:00 2001 From: David Kocik Date: Mon, 17 Feb 2025 10:21:52 +0100 Subject: [PATCH] SPE 2663: Close notification on login. --- src/slic3r/GUI/Plater.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/slic3r/GUI/Plater.cpp b/src/slic3r/GUI/Plater.cpp index 202c35989e..64a57a9323 100644 --- a/src/slic3r/GUI/Plater.cpp +++ b/src/slic3r/GUI/Plater.cpp @@ -971,6 +971,7 @@ void Plater::priv::init() std::string text = format(_u8L("Logged to Prusa Account as %1%."), username); // login notification this->notification_manager->close_notification_of_type(NotificationType::UserAccountID); + this->notification_manager->close_notification_of_type(NotificationType::FailedSecretVendorUpdateSync); // show connect tab this->notification_manager->push_notification(NotificationType::UserAccountID, NotificationManager::NotificationLevel::ImportantNotificationLevel, text);