fix casing
This commit is contained in:
parent
e5240b34c5
commit
c67d516ddf
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ export async function buildMenuBar(mainWindow: BrowserWindow): Promise<Menu> {
|
|||
},
|
||||
{ type: 'separator' },
|
||||
{
|
||||
label: 'View Crash Reports',
|
||||
label: 'View crash reports',
|
||||
click: () => {
|
||||
shell.openPath(app.getPath('crashDumps'));
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue