Skip to content

Commit 477f442

Browse files
committed
make window prefs file disabled by default
1 parent 380a138 commit 477f442

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/options.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ namespace options {
99
std::string programName = "Polyscope";
1010
int verbosity = 2;
1111
std::string printPrefix = "[polyscope] ";
12-
bool allowHeadlessBackends = false;
12+
bool allowHeadlessBackends = false;
1313
bool errorsThrowExceptions = false;
1414
bool debugDrawPickBuffer = false;
1515
int maxFPS = 60;
1616
bool enableVSync = true;
17-
bool usePrefsFile = true;
17+
bool usePrefsFile = false;
1818
bool initializeWithDefaultStructures = true;
1919
bool alwaysRedraw = false;
2020
bool autocenterStructures = false;

0 commit comments

Comments
 (0)