mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
don't start in server mode
This commit is contained in:
parent
18cab09a95
commit
858ff187f5
1 changed files with 2 additions and 1 deletions
|
|
@ -220,10 +220,11 @@ bool AppInit2(int argc, char* argv[])
|
|||
fServer = GetBoolArg("-server");
|
||||
|
||||
/* force fServer when running without GUI */
|
||||
#if 0
|
||||
#ifndef GUI
|
||||
fServer = true;
|
||||
#endif
|
||||
|
||||
#endif
|
||||
fPrintToConsole = GetBoolArg("-printtoconsole");
|
||||
fPrintToDebugger = GetBoolArg("-printtodebugger");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue