Increase icons to include 128x128 and set global application icon

Fixes #954
This commit is contained in:
Jonas Kvinge
2022-05-19 22:02:35 +02:00
parent a7f27add2d
commit 4a3a379871
4 changed files with 8 additions and 5 deletions

View File

@@ -193,6 +193,7 @@ int main(int argc, char *argv[]) {
return 0;
}
QGuiApplication::setQuitOnLastWindowClosed(false);
QGuiApplication::setWindowIcon(IconLoader::Load("strawberry"));
#if defined(USE_BUNDLE) && (defined(Q_OS_LINUX) || defined(Q_OS_MACOS))
qLog(Debug) << "Looking for resources in" << QCoreApplication::applicationDirPath() + "/" + USE_BUNDLE_DIR;