Commit c65b624b authored by Benoit Philibert's avatar Benoit Philibert

Merge branch 'ui' of https://github.com/stratisproject/Breeze into ui

parents 2981d6ff 7e47c675
...@@ -33,9 +33,9 @@ let mainWindow = null; ...@@ -33,9 +33,9 @@ let mainWindow = null;
function createWindow() { function createWindow() {
let applicationIcon let applicationIcon
if (serve) { if (serve) {
applicationIcon = nativeImage.createFromPath("./src/assets/images/breeze-logo.png") applicationIcon = nativeImage.createFromPath("./src/assets/images/breeze-logo-tray.png")
} else { } else {
applicationIcon = nativeImage.createFromPath(path.join(__dirname + '/assets/images/breeze-logo.png')) applicationIcon = nativeImage.createFromPath(path.join(__dirname + '/assets/images/breeze-logo-tray.png'))
} }
// Create the browser window. // Create the browser window.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment