From 9938952cfd6fe125c5c4464ee4a79e76ee84fecc Mon Sep 17 00:00:00 2001 From: tao wang Date: Sun, 25 Jun 2023 18:16:34 +0800 Subject: [PATCH] ENH:hide or show publish entrance Change-Id: Ibd65d81997cd414cdb4ad53cee482a7328f39d1a --- src/slic3r/GUI/GUI_App.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/slic3r/GUI/GUI_App.cpp b/src/slic3r/GUI/GUI_App.cpp index cf7e71f93..971f50409 100644 --- a/src/slic3r/GUI/GUI_App.cpp +++ b/src/slic3r/GUI/GUI_App.cpp @@ -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 }