From 48f31b3e8f9b2b766d0aeeccbe70a47a9eb910e7 Mon Sep 17 00:00:00 2001 From: Tropical <42101043+tropicaaal@users.noreply.github.com> Date: Mon, 9 Mar 2026 22:30:57 -0500 Subject: [PATCH] feat: default to true for enable_java_guis Co-Authored-By: ffqq <36998498+realffqq@users.noreply.github.com> --- meson.options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.options b/meson.options index 4e0b87ec5..58cbbbf01 100644 --- a/meson.options +++ b/meson.options @@ -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)') \ No newline at end of file