Skip to content

Commit

Permalink
Disable debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
nadimkobeissi committed Aug 30, 2016
1 parent 79872ee commit ef41cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.js
Expand Up @@ -364,7 +364,7 @@ const buildMainMenu = function(settings) {
}
]
);
if (1) {
if (0) {
menu.append(new Electron.MenuItem({
label: 'Developer',
submenu: [{
Expand Down

0 comments on commit ef41cc8

Please sign in to comment.