more links...

This commit is contained in:
Alexander Drozdov
2020-09-28 22:45:41 +03:00
parent 7870b872ea
commit d2ec509482
+15 -3
View File
@@ -93,9 +93,21 @@ export function rebuildContextMenu () {
},
{
label: 'Discord',
click: () => {
shell.openExternal('https://discord.gg/hXgSDS6')
}
submenu: [
{
label: 'Awakened PoE Trade',
click: () => { shell.openExternal('https://discord.gg/hXgSDS6') }
},
{ type: 'separator' },
{
label: 'Path of Exile',
click: () => { shell.openExternal('https://discord.gg/fSwfqN5') }
},
{
label: 'The Forbidden Trove',
click: () => { shell.openExternal('https://discord.gg/KNpmhvk') }
}
]
},
{
label: 'Quit',