mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
FIX: fix the chinese text display issue for network plugin update
Change-Id: I50efd56f2b4a29237e76f5329c0423cfc2c7fff0
This commit is contained in:
parent
f4519a45e9
commit
35da8592ba
1 changed files with 2 additions and 2 deletions
|
@ -876,8 +876,8 @@ private:
|
|||
_u8L("Undo integration was successful.") },
|
||||
|
||||
NotificationData{NotificationType::BBLPluginUpdateAvailable, NotificationLevel::ImportantNotificationLevel, BBL_NOTICE_MAX_INTERVAL,
|
||||
_L("New network plug-in available.").ToStdString(),
|
||||
_L("Details").ToStdString(),
|
||||
_u8L("New network plug-in available."),
|
||||
_u8L("Details"),
|
||||
[](wxEvtHandler* evnthndlr) {
|
||||
//BBS set feishu release page by default
|
||||
wxCommandEvent* evt = new wxCommandEvent(EVT_UPDATE_PLUGINS_WHEN_LAUNCH);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue