Fix generic icon when using Wayland
This commit is contained in:
parent
01f8ad009e
commit
6c6318b63b
|
@ -3477,6 +3477,10 @@ MelonApplication::MelonApplication(int& argc, char** argv)
|
||||||
#ifndef __APPLE__
|
#ifndef __APPLE__
|
||||||
setWindowIcon(QIcon(":/melon-icon"));
|
setWindowIcon(QIcon(":/melon-icon"));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef !defined(__APPLE__) && !defined(__WIN32__)
|
||||||
|
setDesktopFileName(QString("net.kuribo64.melonDS"));
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
bool MelonApplication::event(QEvent *event)
|
bool MelonApplication::event(QEvent *event)
|
||||||
|
|
Loading…
Reference in New Issue