feat: default to true for enable_java_guis

Co-Authored-By: ffqq <[email protected]>
This commit is contained in:
Tropical
2026-03-09 22:30:57 -05:00
co-authored by ffqq
parent db7a5f9519
commit 48f31b3e8f
+1 -1
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)')