Skip to content
This repository was archived by the owner on Aug 19, 2019. It is now read-only.

Commit

Permalink
Hide 'Save As Template' for now
Browse files Browse the repository at this point in the history
  • Loading branch information
iffy committed Feb 23, 2017
1 parent 9c83519 commit f7fe4ea
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,14 @@ let template = [{
},
doc_only: true,
},
{
label: 'Save As Template...',
click() {
return saveTemplateFocusedDoc();
},
doc_only: true,
},
// Until issue #57 is fixed, don't expose this
// {
// label: 'Save As Template...',
// click() {
// return saveTemplateFocusedDoc();
// },
// doc_only: true,
// },
{
label: 'Close',
accelerator: 'CmdOrCtrl+W',
Expand Down

0 comments on commit f7fe4ea

Please sign in to comment.