Fixed open log file in menu.
This commit is contained in:
@@ -72,11 +72,17 @@ var menu = Menu.buildFromTemplate([
|
||||
},
|
||||
},
|
||||
{
|
||||
label: "Open Log File",
|
||||
label: "Open Config File",
|
||||
click() {
|
||||
shell.openPath(store.path);
|
||||
},
|
||||
},
|
||||
{
|
||||
label: "Open Log File",
|
||||
click() {
|
||||
shell.openPath(path.join(app.getPath("appData"), "ImeX RPS\\logs"));
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user