mirror of
https://github.com/azahar-emu/azahar.git
synced 2025-04-28 13:47:59 +03:00
qt: Change update URL to the website (#757)
This commit is contained in:
parent
edb01754ea
commit
17a6bfb7dd
1 changed files with 1 additions and 2 deletions
|
@ -3637,8 +3637,7 @@ void GMainWindow::OnEmulatorUpdateAvailable() {
|
|||
update_prompt.exec();
|
||||
if (update_prompt.button(QMessageBox::Yes) == update_prompt.clickedButton()) {
|
||||
QDesktopServices::openUrl(
|
||||
QUrl(QString::fromStdString("https://github.com/azahar-emu/azahar/releases/tag/") +
|
||||
version_string));
|
||||
QUrl(QString::fromStdString("https://azahar-emu.org/pages/download/")));
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue