mirror of
https://github.com/nexu-io/open-design.git
synced 2026-06-01 03:14:35 +07:00
Merge 1178e27b06 into 53fb175855
This commit is contained in:
commit
d2670d81f2
1 changed files with 22 additions and 2 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Reference in a new issue