We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f03e906 commit cfe623fCopy full SHA for cfe623f
src/app/app.cpp
@@ -27,7 +27,7 @@ int App::run(int argc, char **argv)
27
QApplication app(argc, argv);
28
QCoreApplication::setOrganizationDomain("scratchcpp.github.io");
29
QCoreApplication::setOrganizationName("ScratchCPP");
30
- QCoreApplication::setApplicationName("ScratchCPP");
+ QCoreApplication::setApplicationName("ScratchCPP Player");
31
QCoreApplication::setApplicationVersion(BUILD_VERSION);
32
33
// Set style and icon theme name
0 commit comments