Modified some defaults:

- set auto check of shared directories to 15 minutes
- set time to idle mode to 5 minutes
Fixed german language.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5041 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-03-20 21:05:59 +00:00
parent d869b51fe5
commit d765721e83
4 changed files with 31 additions and 26 deletions

View file

@ -720,7 +720,7 @@ void RshareSettings::setExpandNewMessages (bool bValue)
uint RshareSettings::getMaxTimeBeforeIdle()
{
if (m_maxTimeBeforeIdle == -1) {
m_maxTimeBeforeIdle = value("maxTimeBeforeIdle", 30).toUInt();
m_maxTimeBeforeIdle = value("maxTimeBeforeIdle", 300).toUInt();
}
return m_maxTimeBeforeIdle;