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 f2d52f2 commit 74bb870Copy full SHA for 74bb870
src/main.cpp
@@ -544,8 +544,8 @@ int main(int argc, char* argv[])
544
bool mainColor = parser.isSet(mainColorOption);
545
bool contrastColor = parser.isSet(contrastColorOption);
546
bool check = parser.isSet(checkOption);
547
- bool someFlagSet =
548
- (filename || tray || mainColor || contrastColor || check);
+ bool someFlagSet = (autostart || filename || tray || mainColor ||
+ contrastColor || check);
549
if (check) {
550
AbstractLogger err = AbstractLogger::error(AbstractLogger::Stderr);
551
bool ok = ConfigHandler().checkForErrors(&err);
0 commit comments