mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-07 07:29:58 +01:00
qt: Change update URL to the website (#757)
This commit is contained in:
parent
edb01754ea
commit
17a6bfb7dd
@ -3637,8 +3637,7 @@ void GMainWindow::OnEmulatorUpdateAvailable() {
|
|||||||
update_prompt.exec();
|
update_prompt.exec();
|
||||||
if (update_prompt.button(QMessageBox::Yes) == update_prompt.clickedButton()) {
|
if (update_prompt.button(QMessageBox::Yes) == update_prompt.clickedButton()) {
|
||||||
QDesktopServices::openUrl(
|
QDesktopServices::openUrl(
|
||||||
QUrl(QString::fromStdString("https://github.com/azahar-emu/azahar/releases/tag/") +
|
QUrl(QString::fromStdString("https://azahar-emu.org/pages/download/")));
|
||||||
version_string));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user