mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fixed path of config file RSPeers.conf
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8068 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
926dd3c8e4
commit
21575dd416
@ -35,7 +35,7 @@
|
||||
#include "gui/style/RSStyle.h"
|
||||
|
||||
/** The file in which all settings of he peers will read and written. */
|
||||
#define SETTINGS_FILE (QString::fromUtf8(RsAccounts::ConfigDirectory().c_str()) + "/RSPeers.conf")
|
||||
#define SETTINGS_FILE (QString::fromUtf8(RsAccounts::AccountDirectory().c_str()) + "/RSPeers.conf")
|
||||
|
||||
/* clean dead id's after these days */
|
||||
#define DAYS_TO_CLEAN 7
|
||||
|
Loading…
Reference in New Issue
Block a user