X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcommon%2Fmain.cpp;h=198e76be4b8fb6d1cbfd29c99d5644da2efef6f8;hb=ac654fdeeece68d64561920479f064ad3c237e26;hp=c0ffabff6398a57572d305d485fb30c2932623ed;hpb=04315f46a16fc3627218377071e008b6b9744992;p=quassel.git diff --git a/src/common/main.cpp b/src/common/main.cpp index c0ffabff..198e76be 100644 --- a/src/common/main.cpp +++ b/src/common/main.cpp @@ -98,6 +98,7 @@ int main(int argc, char **argv) cliParser->addOption("qss ", 0, "Load a custom application stylesheet"); cliParser->addSwitch("debugbufferswitches", 0, "Enables debugging for bufferswitches"); cliParser->addSwitch("debugmodel", 0, "Enables debugging for models"); + cliParser->addSwitch("hidewindow", 0, "Start the client minimized to the system tray"); #endif #ifndef BUILD_QTUI // put core-only arguments here