mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Merge pull request #1642 from csoler/v0.6-ImprovedGUI
V0.6 improved gui
This commit is contained in:
commit
18db1fb6bb
@ -65,6 +65,7 @@ p3FileDatabase::p3FileDatabase(p3ServiceControl *mpeers)
|
||||
mRemoteDirectories.clear() ; // we should load them!
|
||||
mOwnId = mpeers->getOwnId() ;
|
||||
|
||||
mBannedFileListNeedsUpdate = false;
|
||||
mLocalSharedDirs = new LocalDirectoryStorage(mFileSharingDir + "/" + LOCAL_SHARED_DIRS_FILE_NAME,mOwnId);
|
||||
mHashCache = new HashStorage(mFileSharingDir + "/" + HASH_CACHE_FILE_NAME) ;
|
||||
|
||||
|
@ -118,6 +118,7 @@ RsConfigOptions::RsConfigOptions()
|
||||
:
|
||||
autoLogin(false),
|
||||
udpListenerOnly(false),
|
||||
forcedInetAddress("127.0.0.1"), /* inet address to use.*/
|
||||
forcedPort(0),
|
||||
outStderr(false),
|
||||
debugLevel(5)
|
||||
|
@ -80,6 +80,7 @@ ServerPage::ServerPage(QWidget * parent, Qt::WindowFlags flags)
|
||||
ui.setupUi(this);
|
||||
|
||||
manager = NULL ;
|
||||
mOngoingConnectivityCheck = -1;
|
||||
|
||||
if(RsAccounts::isHiddenNode())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user