~dricottone/noticable

e4723f4680d3db8af35e203f624d3d686c5fe3f5 — Dominic Ricottone 3 years ago e5420fd
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" }
    ]