Skip to content

Commit

Permalink
Merge pull request #662 from IJHack/new-macos-logo
Browse files Browse the repository at this point in the history
new macOS icon by @ivan-avalos
  • Loading branch information
annejan authored Sep 27, 2023
2 parents 2d9a87e + c39926b commit f25b8ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

**Fixed bugs:**

- Update website to reflect new brew command syntax [\#601](https://github.com/IJHack/QtPass/issues/601)
- Update site to reflect new brew command syntax [\#601](https://github.com/IJHack/QtPass/issues/601)
- Qtpass - not asking for password [\#585](https://github.com/IJHack/QtPass/issues/585)
- Missing menu [\#574](https://github.com/IJHack/QtPass/issues/574)

Expand Down
Binary file modified artwork/icon.icns
Binary file not shown.
3 changes: 3 additions & 0 deletions main/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,10 @@ int main(int argc, char *argv[]) {
MainWindow w(text);

SingleApplication::setActiveWindow(&w);

#ifndef Q_OS_OSX
SingleApplication::setWindowIcon(QIcon(":artwork/icon.png"));
#endif

#if SINGLE_APP
QObject::connect(&app, &SingleApplication::messageAvailable, &w,
Expand Down

0 comments on commit f25b8ea

Please sign in to comment.