ing
This commit is contained in:
parent
a1405683a4
commit
f6b2cfd449
|
@ -193,7 +193,7 @@ export function buildDefaultMenu(
|
||||||
const submitIssueItem: Electron.MenuItemConstructorOptions = {
|
const submitIssueItem: Electron.MenuItemConstructorOptions = {
|
||||||
label: __DARWIN__ ? 'Report Issue…' : 'Report issue…',
|
label: __DARWIN__ ? 'Report Issue…' : 'Report issue…',
|
||||||
click() {
|
click() {
|
||||||
shell.openExternal('https://github.com/desktop/desktop/issues/new/choose');
|
shell.openExternal('https://www.loafle.com/');
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -201,7 +201,7 @@ export function buildDefaultMenu(
|
||||||
label: __DARWIN__ ? 'Contact overFlow Scanner Support…' : '&Contact overFlow Scanner support…',
|
label: __DARWIN__ ? 'Contact overFlow Scanner Support…' : '&Contact overFlow Scanner support…',
|
||||||
click() {
|
click() {
|
||||||
shell.openExternal(
|
shell.openExternal(
|
||||||
`https://github.com/contact?from_desktop_app=1&app_version=${app.getVersion()}`
|
`https://www.loafle.com/`
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
@ -209,7 +209,7 @@ export function buildDefaultMenu(
|
||||||
const showUserGuides: Electron.MenuItemConstructorOptions = {
|
const showUserGuides: Electron.MenuItemConstructorOptions = {
|
||||||
label: 'Show User Guides',
|
label: 'Show User Guides',
|
||||||
click() {
|
click() {
|
||||||
shell.openExternal('https://help.github.com/desktop/guides/');
|
shell.openExternal('https://www.loafle.com/index.php/product/ns-docs');
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user