Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick authored Feb 22, 2017
1 parent ad71b6f commit b81c603
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
html, body, div {
overflow: hidden;
-webkit-user-select: none;
user-select: none;
}

body {
display: flex;
align-items: center;
Expand Down
5 changes: 4 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ function createWindow () {

});



mainWindow.webContents.session.clearCache(function(){
//some callback.
});
}

const shouldQuit = app.makeSingleInstance((commandLine, workingDirectory) => {
Expand Down

0 comments on commit b81c603

Please sign in to comment.