Skip to content

Commit

Permalink
building works. working on showing window after engine compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
xharris committed Jun 14, 2019
1 parent e70c2e2 commit d6dbff8
Show file tree
Hide file tree
Showing 12 changed files with 2,227 additions and 3,909 deletions.
5 changes: 3 additions & 2 deletions entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ elec.app.on('ready', function(){
width: 800,
height: 600,
frame: false,
titleBarStyle: "customButtonsOnHover",
titleBarStyle: 'hidden',
webPreferences: {
nodeIntegration: true
}
})
main_window.setWindowButtonVisibility(false);
main_window.loadFile(`src/index.html`);
main_window.webContents.openDevTools();
// main_window.webContents.openDevTools();
});
3,542 changes: 8 additions & 3,534 deletions error.txt

Large diffs are not rendered by default.

Loading

0 comments on commit d6dbff8

Please sign in to comment.