mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-23 16:41:38 +00:00
feat: default to true for enable_java_guis
Co-Authored-By: ffqq <36998498+realffqq@users.noreply.github.com>
This commit is contained in:
parent
db7a5f9519
commit
48f31b3e8f
|
|
@ -1,4 +1,4 @@
|
|||
option('enable_java_guis',
|
||||
type : 'boolean',
|
||||
value : false,
|
||||
value : true,
|
||||
description : 'Re-enable the Java UI remnants in the code (for testing only)')
|
||||
Loading…
Reference in a new issue