mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -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
@ -83,6 +83,8 @@ Rshare::Rshare(QStringList args, int &argc, char **argv, QString dir)
|
|||||||
/** Set the GUI stylesheet appropriately. */
|
/** Set the GUI stylesheet appropriately. */
|
||||||
setSheet(_args.value(ARG_GUISTYLESHEET));
|
setSheet(_args.value(ARG_GUISTYLESHEET));
|
||||||
|
|
||||||
|
/* Switch off auto shutdown */
|
||||||
|
setQuitOnLastWindowClosed ( false );
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Destructor */
|
/** Destructor */
|
||||||
|
Loading…
Reference in New Issue
Block a user