Added StartMinimised Option (-m as distinct from AutoLogin Option -a)

The core does nothing with this, but it can be used by the gui.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@600 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2008-06-14 13:22:39 +00:00
parent 9e947f26ca
commit c47c751532
3 changed files with 19 additions and 2 deletions

View file

@ -323,6 +323,7 @@ class RsInit
bool havePasswd; /* for Commandline password */
bool autoLogin; /* autoLogin allowed */
bool startMinimised; /* Icon or Full Window */
/* Win/Unix Differences */
char dirSeperator;