mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 10:14:28 +02:00
Update Menu.cpp
This commit is contained in:
parent
f62c964fdc
commit
030cdbf348
1 changed files with 2 additions and 2 deletions
|
@ -827,9 +827,9 @@ Menu::Menu() {
|
||||||
});
|
});
|
||||||
|
|
||||||
// Help > Vircadia Forum
|
// Help > Vircadia Forum
|
||||||
action = addActionToQMenuAndActionHash(helpMenu, "Talk");
|
action = addActionToQMenuAndActionHash(helpMenu, "Community Support");
|
||||||
connect(action, &QAction::triggered, qApp, [] {
|
connect(action, &QAction::triggered, qApp, [] {
|
||||||
QDesktopServices::openUrl(NetworkingConstants::TALK_DIRECTORY_URL));
|
QDesktopServices::openUrl(NetworkingConstants::HELP_COMMUNITY_URL));
|
||||||
});
|
});
|
||||||
|
|
||||||
// Help > Scripting Reference
|
// Help > Scripting Reference
|
||||||
|
|
Loading…
Reference in a new issue