Update VersionSetting.java

This commit is contained in:
ShirosakiMio 2024-08-19 13:12:47 +08:00
parent 46df617762
commit 292c3542c3
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ public final class VersionSetting implements Cloneable {
beGestureProperty.set(beGesture);
}
private final BooleanProperty VKDriverSystemProperty = new SimpleBooleanProperty(this, "vulkanDriverSystem", true);
private final BooleanProperty VKDriverSystemProperty = new SimpleBooleanProperty(this, "vulkanDriverSystem", false);
public BooleanProperty VKDriverSystemProperty() {
return VKDriverSystemProperty;