mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
Added config to stop Application Window being closed.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@463 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
053e119e1c
commit
0a68ec6bee
1 changed files with 2 additions and 0 deletions
|
@ -83,6 +83,8 @@ Rshare::Rshare(QStringList args, int &argc, char **argv, QString dir)
|
|||
/** Set the GUI stylesheet appropriately. */
|
||||
setSheet(_args.value(ARG_GUISTYLESHEET));
|
||||
|
||||
/* Switch off auto shutdown */
|
||||
setQuitOnLastWindowClosed ( false );
|
||||
}
|
||||
|
||||
/** Destructor */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue