fix: display agent icon when user use ALT + TAB (#600)
This commit is contained in:
committed by
László Monda
parent
6ccf005750
commit
00c5b69129
@@ -79,7 +79,7 @@ function createWindow() {
|
||||
webPreferences: {
|
||||
nodeIntegration: true
|
||||
},
|
||||
icon: 'assets/images/agent-icon.png'
|
||||
icon: path.join(__dirname, 'renderer/assets/images/agent-icon.png')
|
||||
});
|
||||
win.setMenuBarVisibility(false);
|
||||
win.maximize();
|
||||
|
||||
Reference in New Issue
Block a user