ENH:hide or show publish entrance
Change-Id: Ibd65d81997cd414cdb4ad53cee482a7328f39d1a
This commit is contained in:
parent
e137931ec7
commit
9938952cfd
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue