FIX: cloud use presets limit notify
Change-Id: I6cc7b4e560cb83db0fc30921633b10531957128e Jira: STUDIO-5091, STUDIO-5104
This commit is contained in:
parent
883980e51b
commit
27b3c08156
|
@ -865,11 +865,11 @@ private:
|
||||||
}},
|
}},
|
||||||
|
|
||||||
NotificationData{NotificationType::BBLUserPresetExceedLimit, NotificationLevel::WarningNotificationLevel, BBL_NOTICE_MAX_INTERVAL,
|
NotificationData{NotificationType::BBLUserPresetExceedLimit, NotificationLevel::WarningNotificationLevel, BBL_NOTICE_MAX_INTERVAL,
|
||||||
_u8L("The number of user presets cached in the cloud has exceeded the upper limit, newly created user presets can only be used locally."),
|
_u8L("The number of user presets cached in the cloud has exceeded the upper limit, newly created user presets can only be used locally."),
|
||||||
_u8L("Wiki"),
|
_u8L("Wiki"),
|
||||||
[](wxEvtHandler* evnthndlr) {
|
[](wxEvtHandler* evnthndlr) {
|
||||||
wxLaunchDefaultBrowser("https://");
|
wxLaunchDefaultBrowser("https://wiki.bambulab.com/en/software/bambu-studio/3rd-party-printer-profile#cloud-user-presets-limit");
|
||||||
return true;
|
return false;
|
||||||
}},
|
}},
|
||||||
|
|
||||||
NotificationData{NotificationType::UndoDesktopIntegrationFail, NotificationLevel::WarningNotificationLevel, 10,
|
NotificationData{NotificationType::UndoDesktopIntegrationFail, NotificationLevel::WarningNotificationLevel, 10,
|
||||||
|
|
Loading…
Reference in New Issue