Merge pull request #3975 from brunocastello/master

fixes typo on mac icon fix
This commit is contained in:
Jasmine Iwanek
2023-12-30 23:24:23 -05:00
committed by GitHub

View File

@@ -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