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:
hu.wang
2023-08-18 14:33:18 +08:00
committed by Lane.Wei
parent 2e6a3ea8b7
commit ab7dec0b87
4 changed files with 65 additions and 27 deletions

View File

@@ -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())
{