main: Set application display name

This commit is contained in:
Jonas Kvinge 2023-08-02 14:25:40 +02:00
parent d2390473bc
commit acbec6db7e
1 changed files with 1 additions and 0 deletions

View File

@ -186,6 +186,7 @@ int main(int argc, char *argv[]) {
Utilities::IncreaseFDLimit();
#endif
QGuiApplication::setApplicationDisplayName("Strawberry Music Player");
QGuiApplication::setQuitOnLastWindowClosed(false);
QApplication a(argc, argv);