Skip to content

Commit

Permalink
pack-all option and delete a comment from menubar
Browse files Browse the repository at this point in the history
  • Loading branch information
sc committed Jun 19, 2019
1 parent 5f8ae65 commit cecc696
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"pack-win": "electron-builder --windows",
"pack-linux": "electron-builder --linux",
"pack-osx": "electron-builder --macos",
"pack-all": "yarn pack-osx && yarn pack-linux && yarn pack-win",
"launch": "electron . -w",
"launch-debug": "electron . -w --debug"
},
Expand Down
1 change: 0 additions & 1 deletion src/Renderer/MenuBar.fs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ let viewMenu debugLevel =
makeRoleItem "Reset Zoom" (Some "CmdOrCtrl+0") MenuItemRole.Resetzoom
menuSeparator
makeCondItem (debugLevel > 0) "Toggle Dev Tools" (Some devToolsKey) (electron.remote.getCurrentWebContents()).toggleDevTools
//makeItem "Toggle Dev Tools" (Some devToolsKey) (electron.remote.getCurrentWebContents()).toggleDevTools
]

let popupMenu (items) =
Expand Down

0 comments on commit cecc696

Please sign in to comment.