Update Menu.cpp

This commit is contained in:
Kalila 2021-07-23 20:43:33 -04:00 committed by GitHub
parent f62c964fdc
commit 030cdbf348
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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