mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-11 17:08:58 +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);
|
||||
// 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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user