Skip to content

Commit

Permalink
chore: minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
fborzi committed Jul 14, 2020
1 parent 90f6771 commit 720d2b7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,29 +144,29 @@ try {
submenu: [
{
label: 'AzerothCore Repository',
click: function () {
click: () => {
shell.openExternal('https://github.com/AzerothCore/AzerothCore/');
}
},
{
label: 'Report a Bug',
click: function () {
click: () => {
shell.openExternal('https://github.com/AzerothCore/AzerothCore/issues/new');
}
},
]
},
{
label: 'Wiki',
click: function () {
click: () => {
shell.openExternal('https://www.azerothcore.org/wiki/database-world');
},
accelerator: 'CmdorCtrl+H',
},
{
label: 'Join our Discord',
click: function () {
shell.openExternal('https://discordapp.com/channels/217589275766685707/284406375495368704');
click: () => {
shell.openExternal('https://discord.com/channels/217589275766685707/536630256048799744');
},
}
]
Expand Down

0 comments on commit 720d2b7

Please sign in to comment.