mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-16 18:25:04 -06:00
electron-17: fixed crashes directory menu templates issue
This commit is contained in:
parent
511d616e74
commit
01f1532fcc
@ -68,7 +68,7 @@ const template = [{
|
||||
},
|
||||
{
|
||||
label: 'Open Crashes Directory',
|
||||
click() { electron.shell.showItemInFolder(crashReporter.getCrashDirectoryPath()); }
|
||||
click() { electron.shell.showItemInFolder(electron.crashReporter.getCrashesDirectory()); }
|
||||
},
|
||||
{
|
||||
type: 'separator'
|
||||
|
Loading…
Reference in New Issue
Block a user