mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
ENH:modified text with too low version
jira:[for low version] Change-Id: I862a0defda976a35f326a8805e002330f2ed7fdf
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user