From d6ee57f3e6fd3c7aab4fc6d8821cbb4dd8d02aa7 Mon Sep 17 00:00:00 2001 From: Sally Knight Date: Mon, 16 Mar 2026 16:28:44 +0300 Subject: [PATCH] fix: disable java GUI by default as to not conflict with the iggy UI --- meson.options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.options b/meson.options index 6b739b375..74de97f98 100644 --- a/meson.options +++ b/meson.options @@ -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',