Skip to content

Commit

Permalink
added icon and changed colour of titlebar
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobmichels committed Apr 7, 2020
1 parent f698a8a commit 656cd80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
Binary file added resources/icons/lol-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 0 additions & 5 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,5 @@
</div>
</div>
</div>





</body>
</html>
4 changes: 3 additions & 1 deletion src/render.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ const remote = require('electron').remote;
const customTitlebar = require('custom-electron-titlebar');

new customTitlebar.Titlebar({
backgroundColor: customTitlebar.Color.fromHex('#212121')
backgroundColor: customTitlebar.Color.fromHex('#212121'),
menu:null,
icon:"../resources/icons/lol-icon.png"
});

$(document).ready(function(){
Expand Down

0 comments on commit 656cd80

Please sign in to comment.