This commit is contained in:
lefarcen 2026-05-31 01:23:31 -04:00 committed by GitHub
commit d2670d81f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -236,11 +236,31 @@ function installDesktopMenu(
},
{
label: "Help",
role: "help",
submenu: [
{
label: "Open Design",
label: "Documentation",
click() {
void shell.openExternal("https://github.com/nexu-io/open-design");
void shell.openExternal("https://github.com/nexu-io/open-design#readme");
},
},
{ type: "separator" },
{
label: "Contact Us",
click() {
void shell.openExternal("https://x.com/nexudotio");
},
},
{
label: "Report Issue",
click() {
void shell.openExternal("https://github.com/nexu-io/open-design/issues/new");
},
},
{
label: "Join Discord",
click() {
void shell.openExternal("https://discord.gg/mHAjSMV6gz");
},
},
{ type: "separator" },