Disable DC VR by default - doesn't work in v5.3.2 based versions
This commit is contained in:
parent
053873f2b8
commit
05e067769b
|
@ -233,7 +233,7 @@ public class Settings {
|
||||||
public boolean stripchatVR = true;
|
public boolean stripchatVR = true;
|
||||||
public boolean streamrayRecordGoalShows = false;
|
public boolean streamrayRecordGoalShows = false;
|
||||||
public int thumbCacheSize = 16;
|
public int thumbCacheSize = 16;
|
||||||
public boolean dreamcamVR = true;
|
public boolean dreamcamVR = false;
|
||||||
public String filterBlacklist = "";
|
public String filterBlacklist = "";
|
||||||
public String filterWhitelist = "";
|
public String filterWhitelist = "";
|
||||||
public boolean checkResolutionByMinSide = false;
|
public boolean checkResolutionByMinSide = false;
|
||||||
|
|
Loading…
Reference in New Issue