mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2026-09-25 22:25:58 +00:00
more links...
This commit is contained in:
+15
-3
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user