feat: default to true for enable_java_guis

Co-Authored-By: ffqq <36998498+realffqq@users.noreply.github.com>
This commit is contained in:
Tropical 2026-03-09 22:30:57 -05:00
parent db7a5f9519
commit 48f31b3e8f

View file

@ -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)')