mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-28 01:49:42 -06:00
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:
@ -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)
|
||||
|
Reference in New Issue
Block a user