mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-18 00:08:46 +02:00
Merge pull request #16311 from zfox23/changeSteamLink
DEV-2352: Modify Release Notes URL
This commit is contained in:
commit
72c60b92c2
1 changed files with 1 additions and 1 deletions
|
@ -829,7 +829,7 @@ Menu::Menu() {
|
||||||
// Help > Release Notes
|
// Help > Release Notes
|
||||||
action = addActionToQMenuAndActionHash(helpMenu, "Release Notes");
|
action = addActionToQMenuAndActionHash(helpMenu, "Release Notes");
|
||||||
connect(action, &QAction::triggered, qApp, [] {
|
connect(action, &QAction::triggered, qApp, [] {
|
||||||
QDesktopServices::openUrl(QUrl("http://steamcommunity.com/games/390540/announcements/"));
|
QDesktopServices::openUrl(QUrl("https://docs.highfidelity.com/release-notes.html"));
|
||||||
});
|
});
|
||||||
|
|
||||||
// Help > Report a Bug!
|
// Help > Report a Bug!
|
||||||
|
|
Loading…
Reference in a new issue