Replace application icon with a diagonal gradient based icon that should look better on the desktop.
This commit is contained in:
@@ -79,7 +79,7 @@ function createWindow() {
|
||||
webPreferences: {
|
||||
nodeIntegration: true
|
||||
},
|
||||
icon: path.join(__dirname, 'renderer/assets/images/agent-icon.png')
|
||||
icon: path.join(__dirname, 'renderer/assets/images/agent-app-icon.png')
|
||||
});
|
||||
win.setMenuBarVisibility(false);
|
||||
win.maximize();
|
||||
|
||||
Reference in New Issue
Block a user