fix: disable java GUI by default

as to not conflict with the iggy UI
This commit is contained in:
Sally Knight 2026-03-16 16:28:44 +03:00
parent 97172039dd
commit d6ee57f3e6

View file

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