CLI option uqf

This commit is contained in:
Zeno Rogue 2021-07-07 18:27:26 +02:00
parent 567436ed2f
commit 2f39f259d3
1 changed files with 2 additions and 0 deletions

View File

@ -1284,6 +1284,8 @@ int read_geom_args() {
#endif
else if(argis("-d:quotient"))
launch_dialog(showQuotientConfig);
else if(argis("-uqf"))
fieldpattern::use_quotient_fp = true;
#endif
else if(argis("-d:geom"))
launch_dialog(showEuclideanMenu);