We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab115d9 + 12cc389 commit f5405d5Copy full SHA for f5405d5
1 file changed
applications/pass-desktop/src/main.ts
@@ -121,6 +121,7 @@ const createWindow = async (session: Session): Promise<BrowserWindow> => {
121
show: false,
122
opacity: 1,
123
autoHideMenuBar: true,
124
+ icon: join(app.isPackaged ? process.resourcesPath : app.getAppPath(), 'assets', 'logo.png'),
125
webPreferences: {
126
session: session,
127
sandbox: true,
0 commit comments