Giving up on the 'Show Installation Directory' button
1 files changed, 0 insertions(+), 6 deletions(-) M main.js
M main.js => main.js +0 -6
@@ 38,12 38,6 @@ const template = [ await shell.openPath(notesDir); } }, - { - label: "Show Installation Directory", - click: async () => { - await shell.openPath(__dirname); - } - }, { type: "separator" }, { role: "quit" } ]