mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-30 12:54:31 +01:00
icon for browserwindow
This commit is contained in:
parent
da520dbf99
commit
becf7aaaa8
BIN
src/images/icon.png
Normal file
BIN
src/images/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
@ -81,8 +81,7 @@ export class WindowMain {
|
|||||||
x: this.windowStates[Keys.mainWindowSize].x,
|
x: this.windowStates[Keys.mainWindowSize].x,
|
||||||
y: this.windowStates[Keys.mainWindowSize].y,
|
y: this.windowStates[Keys.mainWindowSize].y,
|
||||||
title: app.getName(),
|
title: app.getName(),
|
||||||
darkTheme: true,
|
icon: path.join(__dirname, '/images/icon.png'),
|
||||||
vibrancy: 'ultra-dark',
|
|
||||||
show: false,
|
show: false,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user