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 77c5a2d commit 60349f1Copy full SHA for 60349f1
src/core/main.cpp
@@ -53,6 +53,8 @@ struct CommandInfo {
53
};
54
55
void processCommand(int argc, char** argv, CommandInfo& info) {
56
+ QCoreApplication::setApplicationName("quickshell");
57
+
58
auto app = CLI::App("");
59
60
class QStringOption {
0 commit comments