Skip to content

Commit 60349f1

Browse files
committed
core: set application name to avoid bin name fallback
1 parent 77c5a2d commit 60349f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/core/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ struct CommandInfo {
5353
};
5454

5555
void processCommand(int argc, char** argv, CommandInfo& info) {
56+
QCoreApplication::setApplicationName("quickshell");
57+
5658
auto app = CLI::App("");
5759

5860
class QStringOption {

0 commit comments

Comments
 (0)