Fix: checkstyle
This commit is contained in:
+4
-1
@@ -41,7 +41,10 @@ public class SettingsController {
|
|||||||
|
|
||||||
/** Set up the theme toggle group and listeners for the theme selection radio buttons. */
|
/** Set up the theme toggle group and listeners for the theme selection radio buttons. */
|
||||||
private void setupThemeToggle() {
|
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");
|
LOGGER.warn("Theme buttons not injected from FXML");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user