mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 06:19:00 +08:00
SPE 2663: Close notification on login.
This commit is contained in:
parent
02bf385f8c
commit
3840397fb1
@ -971,6 +971,7 @@ void Plater::priv::init()
|
|||||||
std::string text = format(_u8L("Logged to Prusa Account as %1%."), username);
|
std::string text = format(_u8L("Logged to Prusa Account as %1%."), username);
|
||||||
// login notification
|
// login notification
|
||||||
this->notification_manager->close_notification_of_type(NotificationType::UserAccountID);
|
this->notification_manager->close_notification_of_type(NotificationType::UserAccountID);
|
||||||
|
this->notification_manager->close_notification_of_type(NotificationType::FailedSecretVendorUpdateSync);
|
||||||
// show connect tab
|
// show connect tab
|
||||||
this->notification_manager->push_notification(NotificationType::UserAccountID, NotificationManager::NotificationLevel::ImportantNotificationLevel, text);
|
this->notification_manager->push_notification(NotificationType::UserAccountID, NotificationManager::NotificationLevel::ImportantNotificationLevel, text);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user