chore: remove slack (#1999)

This commit is contained in:
Mo
2022-11-14 12:01:37 -06:00
committed by GitHub
parent 97dedc8523
commit 7732f55a28
14 changed files with 11 additions and 25 deletions

View File

@@ -238,7 +238,6 @@ const Urls = {
Support: 'mailto:help@standardnotes.com',
Website: 'https://standardnotes.com',
GitHub: 'https://github.com/standardnotes',
Slack: 'https://standardnotes.com/slack',
Discord: 'https://standardnotes.com/discord',
Twitter: 'https://twitter.com/StandardNotes',
GitHubReleases: 'https://github.com/standardnotes/app/releases',
@@ -604,12 +603,6 @@ function helpMenu(window: Electron.BrowserWindow, shell: Electron.Shell) {
void shell.openExternal(Urls.Discord)
},
},
{
label: str().slack,
click() {
void shell.openExternal(Urls.Slack)
},
},
{
label: str().twitter,
click() {

View File

@@ -19,7 +19,6 @@ export function createEnglishStrings(): Strings {
website: 'Website',
gitHub: 'GitHub',
discord: 'Discord',
slack: 'Slack',
twitter: 'Twitter',
toggleErrorConsole: 'Toggle Error Console',
openDataDirectory: 'Open Data Directory',

View File

@@ -24,7 +24,6 @@ interface AppMenuStrings {
website: string
gitHub: string
discord: string
slack: string
twitter: string
toggleErrorConsole: string
openDataDirectory: string