mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 15:13:41 +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
|
||||
action = addActionToQMenuAndActionHash(helpMenu, "Talk");
|
||||
action = addActionToQMenuAndActionHash(helpMenu, "Community Support");
|
||||
connect(action, &QAction::triggered, qApp, [] {
|
||||
QDesktopServices::openUrl(NetworkingConstants::TALK_DIRECTORY_URL));
|
||||
QDesktopServices::openUrl(NetworkingConstants::HELP_COMMUNITY_URL));
|
||||
});
|
||||
|
||||
// Help > Scripting Reference
|
||||
|
|
Loading…
Reference in a new issue