mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 08:05:18 -04:00
Show the new setting for starting minimized on system start only for Windows.
Cleaned some methods for accessing the settings. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3912 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
0d5dfc9258
commit
b8bd6bfdca
10 changed files with 54 additions and 93 deletions
|
@ -263,7 +263,7 @@ int main(int argc, char *argv[])
|
|||
w->installGroupChatNotifier();
|
||||
|
||||
/* only show window, if not startMinimized */
|
||||
if (RsInit::setStartMinimised() || Settings->value("StartMinimized", false).toBool())
|
||||
if (RsInit::setStartMinimised() || Settings->getStartMinimized())
|
||||
{
|
||||
splashScreen.close();
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue