Point to support flow instead of github

This commit is contained in:
jimio-signal 2020-10-23 10:06:06 -07:00 committed by Scott Nonnenberg
parent 74de4ea6f6
commit 1c057323ba
27 changed files with 1 additions and 104 deletions

View file

@ -550,10 +550,6 @@ function openReleaseNotes() {
);
}
function openGithub() {
shell.openExternal('https://github.com/signalapp/Signal-Desktop');
}
function openSupportPage() {
// If we omit the language, the site will detect the language and redirect
shell.openExternal('https://support.signal.org/hc/sections/360001602812');
@ -1031,7 +1027,6 @@ function setupMenu(options) {
showSettings: showSettingsWindow,
showStickerCreator,
openContactUs,
openGithub,
openJoinTheBeta,
openReleaseNotes,
openSupportPage,