FIX: cloud use presets limit notify

Change-Id: I6cc7b4e560cb83db0fc30921633b10531957128e
Jira: STUDIO-5091, STUDIO-5104
This commit is contained in:
chunmao.guo 2023-11-06 15:19:47 +08:00 committed by Lane.Wei
parent 883980e51b
commit 27b3c08156
1 changed files with 3 additions and 3 deletions

View File

@ -868,8 +868,8 @@ private:
_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,