forked from quickshell/quickshell
core: set application name to avoid bin name fallback
This commit is contained in:
parent
77c5a2d569
commit
60349f1894
1 changed files with 2 additions and 0 deletions
|
@ -53,6 +53,8 @@ struct CommandInfo {
|
|||
};
|
||||
|
||||
void processCommand(int argc, char** argv, CommandInfo& info) {
|
||||
QCoreApplication::setApplicationName("quickshell");
|
||||
|
||||
auto app = CLI::App("");
|
||||
|
||||
class QStringOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue