ENH:hide or show publish entrance

Change-Id: Ibd65d81997cd414cdb4ad53cee482a7328f39d1a
This commit is contained in:
tao wang 2023-06-25 18:16:34 +08:00 committed by Lane.Wei
parent e137931ec7
commit 9938952cfd

View file

@ -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
}