mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-08-20 09:57:10 +00:00
fix: disable java GUI by default
as to not conflict with the iggy UI
This commit is contained in:
parent
97172039dd
commit
d6ee57f3e6
|
|
@ -1,6 +1,6 @@
|
||||||
option('enable_java_guis',
|
option('enable_java_guis',
|
||||||
type : 'boolean',
|
type : 'boolean',
|
||||||
value : true,
|
value : false,
|
||||||
description : 'Re-enable the Java UI remnants in the code (for testing only)')
|
description : 'Re-enable the Java UI remnants in the code (for testing only)')
|
||||||
|
|
||||||
option('enable_vsync',
|
option('enable_vsync',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue