Don't set the application icon in qt_main.c on Mac
Should fix it overriding the bundle's icon
This commit is contained in:
@@ -195,6 +195,7 @@ main(int argc, char *argv[])
|
|||||||
SetCurrentProcessExplicitAppUserModelID(L"86Box.86Box");
|
SetCurrentProcessExplicitAppUserModelID(L"86Box.86Box");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef Q_OS_APPLE
|
||||||
# ifdef RELEASE_BUILD
|
# ifdef RELEASE_BUILD
|
||||||
app.setWindowIcon(QIcon(":/settings/win/icons/86Box-green.ico"));
|
app.setWindowIcon(QIcon(":/settings/win/icons/86Box-green.ico"));
|
||||||
# elif defined ALPHA_BUILD
|
# elif defined ALPHA_BUILD
|
||||||
@@ -203,10 +204,10 @@ main(int argc, char *argv[])
|
|||||||
app.setWindowIcon(QIcon(":/settings/win/icons/86Box-yellow.ico"));
|
app.setWindowIcon(QIcon(":/settings/win/icons/86Box-yellow.ico"));
|
||||||
# else
|
# else
|
||||||
app.setWindowIcon(QIcon(":/settings/win/icons/86Box-gray.ico"));
|
app.setWindowIcon(QIcon(":/settings/win/icons/86Box-gray.ico"));
|
||||||
#endif
|
|
||||||
|
|
||||||
#if (!defined(Q_OS_WINDOWS) && !defined(__APPLE__))
|
# ifdef Q_OS_UNIX
|
||||||
app.setDesktopFileName("net.86box.86Box");
|
app.setDesktopFileName("net.86box.86Box");
|
||||||
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (!pc_init_modules()) {
|
if (!pc_init_modules()) {
|
||||||
|
Reference in New Issue
Block a user