Update macOS icon (#1609)

* Add SVG icon

* Update macOS icon

* Don't force change the application icon at runtime on macOS
This commit is contained in:
xenticore
2023-08-27 07:37:42 -04:00
committed by GitHub
parent bc71618457
commit b4756c5944
3 changed files with 82 additions and 0 deletions

View File

@ -3199,7 +3199,9 @@ void emuStop()
MelonApplication::MelonApplication(int& argc, char** argv)
: QApplication(argc, argv)
{
#ifndef __APPLE__
setWindowIcon(QIcon(":/melon-icon"));
#endif
}
bool MelonApplication::event(QEvent *event)