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