Add: light glass theme for Game UI #321

Merged
j.kropff merged 2 commits from feat/game-ui-glass-theme into main 2026-05-11 18:49:54 +02:00
Showing only changes of commit c8e437f8f0 - Show all commits
@@ -41,7 +41,10 @@ public class SettingsController {
/** Set up the theme toggle group and listeners for the theme selection radio buttons. */
private void setupThemeToggle() {
if (themeStandard == null || themeBlackWhite == null || themeGlass == null || themeLightGlass == null) {
if (themeStandard == null
|| themeBlackWhite == null
|| themeGlass == null
|| themeLightGlass == null) {
LOGGER.warn("Theme buttons not injected from FXML");
return;
}