Skip to content

Commit

Permalink
feat: remove Twitter link from app menu
Browse files Browse the repository at this point in the history
  • Loading branch information
akiver committed Jan 22, 2025
1 parent f819890 commit ae4db27
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ export default [
'^ArrowRight$',
'^https://',
'^Toggle Developer Tools$',
'^Twitter$',
'^GitHub$',
'Inter var$',
],
Expand Down
6 changes: 0 additions & 6 deletions src/electron-main/create-application-menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -345,12 +345,6 @@ export function createApplicationMenu() {
shell.openExternal('https://cs-demo-manager.com/docs');
},
},
{
label: 'Twitter',
click: () => {
shell.openExternal('https://twitter.com/CSGODemoManager');
},
},
{
label: 'GitHub',
click: () => {
Expand Down

0 comments on commit ae4db27

Please sign in to comment.