Merge pull request #1064 from PhenomRetroShare/Fix_OpModeRestore

Fix OpMode Restore
This commit is contained in:
csoler 2017-11-03 23:49:30 +01:00 committed by GitHub
commit 37f6e7e13b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -190,7 +190,7 @@ void RsInit::InitRsConfig()
rsInitConfig->passwd = "";
rsInitConfig->debugLevel = PQL_WARNING;
rsInitConfig->udpListenerOnly = false;
rsInitConfig->opModeStr = std::string("FULL");
rsInitConfig->opModeStr = std::string("");
/* setup the homePath (default save location) */
// rsInitConfig->homePath = getHomePath();