fix casing

This commit is contained in:
Abhinav 2024-01-17 10:46:02 +05:30
parent e5240b34c5
commit c67d516ddf

View file

@ -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'));
},