Skip to content

Commit

Permalink
moved optResetParams back to GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
csoler committed Feb 13, 2024
1 parent e597a03 commit 1933890
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/retroshare/rsinit.h
Expand Up @@ -132,13 +132,14 @@ struct RsConfigOptions
bool autoLogin; /* try auto-login */

bool udpListenerOnly; /* only listen to udp */

std::string forcedInetAddress; /* inet address to use.*/
uint16_t forcedPort; /* port to listen to */

bool outStderr;
int debugLevel;
std::string logfname; /* output filename for log */

std::string logfname; /* output filename for log */
std::string opModeStr; /* operating mode. Acceptable values: "Full", "NoTurtle", "Gaming", "Minimal" */
std::string optBaseDir; /* base directory where to find profiles, etc */
std::string userSuppliedTorExecutable; /* allows the user to supply his own Tor executable, or to tell RS where to find Tor */
Expand Down

0 comments on commit 1933890

Please sign in to comment.