mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-21 07:20:28 -04:00
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:
parent
d869b51fe5
commit
d765721e83
4 changed files with 31 additions and 26 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue