mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-28 08:07:31 -04:00
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:
parent
9e947f26ca
commit
c47c751532
3 changed files with 19 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue