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