mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
ENH:hide or show publish entrance
Change-Id: Ibd65d81997cd414cdb4ad53cee482a7328f39d1a
This commit is contained in:
@@ -3431,7 +3431,7 @@ void GUI_App::ShowUserGuide() {
|
||||
res = GuideDlg.run();
|
||||
if (res) {
|
||||
load_current_presets();
|
||||
|
||||
update_publish_status();
|
||||
// BBS: remove SLA related message
|
||||
}
|
||||
} catch (std::exception &e) {
|
||||
@@ -6111,7 +6111,7 @@ bool GUI_App::run_wizard(ConfigWizard::RunReason reason, ConfigWizard::StartPage
|
||||
|
||||
if (res) {
|
||||
load_current_presets();
|
||||
|
||||
update_publish_status();
|
||||
// BBS: remove SLA related message
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user