mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
ENH: Upgrade page optimization
implemented a click to jump to the browser, added a open in browser button, and skipped this version button,and download button Jira:STUDIO-4042 Change-Id: I368a7eef0ac72c5b19cf8b03632112e183487c6e
This commit is contained in:
@@ -2511,7 +2511,6 @@ bool GUI_App::on_init_inner()
|
||||
|
||||
|
||||
dialog.SetExtendedMessage(extmsg);*/
|
||||
|
||||
std::string skip_version_str = this->app_config->get("app", "skip_version");
|
||||
bool skip_this_version = false;
|
||||
if (!skip_version_str.empty()) {
|
||||
@@ -2530,7 +2529,7 @@ bool GUI_App::on_init_inner()
|
||||
dialog.update_version_info(extmsg, version_info.version_str);
|
||||
//dialog.update_version_info(version_info.description);
|
||||
if (evt.GetInt() != 0) {
|
||||
dialog.m_remind_choice->Hide();
|
||||
dialog.m_button_skip_version->Hide();
|
||||
}
|
||||
switch (dialog.ShowModal())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user