We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 380a138 commit 477f442Copy full SHA for 477f442
src/options.cpp
@@ -9,12 +9,12 @@ namespace options {
9
std::string programName = "Polyscope";
10
int verbosity = 2;
11
std::string printPrefix = "[polyscope] ";
12
-bool allowHeadlessBackends = false;
+bool allowHeadlessBackends = false;
13
bool errorsThrowExceptions = false;
14
bool debugDrawPickBuffer = false;
15
int maxFPS = 60;
16
bool enableVSync = true;
17
-bool usePrefsFile = true;
+bool usePrefsFile = false;
18
bool initializeWithDefaultStructures = true;
19
bool alwaysRedraw = false;
20
bool autocenterStructures = false;
0 commit comments