X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fmain.cpp;h=198e76be4b8fb6d1cbfd29c99d5644da2efef6f8;hp=c0ffabff6398a57572d305d485fb30c2932623ed;hb=4df8d4afa450d4686bc4321b399bcb244f04d220;hpb=d0c0848307dab16108e855cab557be4a2f3d8d1b 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