Skip to content

Commit f5405d5

Browse files
author
MargeBot
committed
Merge branch 'github/pull-511' into 'main'
[IDTEAM] Set Proton Pass icon on the Wayland window app (/pull/511) See merge request web/clients!25453
2 parents ab115d9 + 12cc389 commit f5405d5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • applications/pass-desktop/src

applications/pass-desktop/src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ const createWindow = async (session: Session): Promise<BrowserWindow> => {
121121
show: false,
122122
opacity: 1,
123123
autoHideMenuBar: true,
124+
icon: join(app.isPackaged ? process.resourcesPath : app.getAppPath(), 'assets', 'logo.png'),
124125
webPreferences: {
125126
session: session,
126127
sandbox: true,

0 commit comments

Comments
 (0)