mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-26 22:35:43 -07:00
ENH:modified text with too low version
jira:[for low version] Change-Id: I862a0defda976a35f326a8805e002330f2ed7fdf
This commit is contained in:
parent
ce2af1e011
commit
542bc52b92
1 changed files with 1 additions and 1 deletions
|
|
@ -4075,7 +4075,7 @@ void GUI_App::on_http_error(wxCommandEvent &evt)
|
|||
// Version limit
|
||||
if (code == HttpErrorVersionLimited) {
|
||||
if (!m_show_http_errpr_msgdlg) {
|
||||
MessageDialog msg_dlg(nullptr, _L("The version of Bambu studio is too low and needs to be updated to the latest version before it can be used normally"), "", wxAPPLY | wxOK);
|
||||
MessageDialog msg_dlg(nullptr, _L("The Bambu Studio version is too old to enable cloud service. Please download the latest version from Bambu Lab website."), "", wxAPPLY | wxOK);
|
||||
m_show_http_errpr_msgdlg = true;
|
||||
auto modal_result = msg_dlg.ShowModal();
|
||||
if (modal_result == wxOK || modal_result == wxCLOSE) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue