Skip to content

Commit

Permalink
Merge pull request #3975 from brunocastello/master
Browse files Browse the repository at this point in the history
fixes typo on mac icon fix
  • Loading branch information
jriwanek committed Dec 31, 2023
2 parents 1f6a5a8 + 5cb2391 commit 2cc84cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/qt_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ main(int argc, char *argv[])
SetCurrentProcessExplicitAppUserModelID(L"86Box.86Box");
#endif

#ifndef Q_OS_APPLE
#ifndef Q_OS_MACOS
# ifdef RELEASE_BUILD
app.setWindowIcon(QIcon(":/settings/win/icons/86Box-green.ico"));
# elif defined ALPHA_BUILD
Expand Down

0 comments on commit 2cc84cf

Please sign in to comment.