Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rdex committed Jan 13, 2016
1 parent d68a8e6 commit 612a1c6
Show file tree
Hide file tree
Showing 11 changed files with 618 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ app.on('window-all-closed', function() {
}
});

require('electron-debug')({
showDevTools: false
});

let mainWindow;
// This method will be called when Electron has finished
Expand Down Expand Up @@ -139,9 +142,6 @@ app.on('ready', function() {
// mainWindow.loadURL('http://oleg.dev:8000/index-dev.html');
// mainWindow.loadURL('http://oleg.dev:8000/index.html');

// Open the DevTools.
// mainWindow.webContents.openDevTools();

// Emitted when the window is closed.
mainWindow.on('closed', function() {
// Dereference the window object, usually you would store windows
Expand Down
40 changes: 40 additions & 0 deletions app/node_modules/electron-debug/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions app/node_modules/electron-debug/license

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

95 changes: 95 additions & 0 deletions app/node_modules/electron-debug/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

70 changes: 70 additions & 0 deletions app/node_modules/electron-debug/readme.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

149 changes: 149 additions & 0 deletions app/node_modules/electron-localshortcut/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 612a1c6

Please sign in to comment.