We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5673ce3 commit 5e70afdCopy full SHA for 5e70afd
src/menu.ts
@@ -52,15 +52,15 @@ export const getMenu = (browserWindows: Electron.BrowserWindow[]) => {
52
role: 'help',
53
submenu: [
54
{
55
- label: 'Open documentation',
+ label: 'Open Documentation',
56
click () { require('electron').shell.openExternal('https://httptoolkit.tech/docs') }
57
},
58
59
- label: 'Share your feedback',
+ label: 'Share Your Feedback',
60
click () { require('electron').shell.openExternal('https://github.com/httptoolkit/httptoolkit/issues/new/choose') }
61
62
63
- label: 'View HTTP Toolkit logs',
+ label: 'View HTTP Toolkit Logs',
64
click () { require('electron').shell.showItemInFolder(path.join(app.getPath('logs'), 'last-run.log')) }
65
}
66
]
0 commit comments