mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-23 16:24:43 +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',
|
||||
type : 'boolean',
|
||||
value : true,
|
||||
value : false,
|
||||
description : 'Re-enable the Java UI remnants in the code (for testing only)')
|
||||
|
||||
option('enable_vsync',
|
||||
|
|
|
|||
Loading…
Reference in a new issue