mirror of
https://github.com/unraid/webgui.git
synced 2026-05-08 05:12:14 -05:00
refactor: remove redundant initialized property from ThemeHelper class to streamline code
This commit is contained in:
@@ -33,7 +33,6 @@ class ThemeHelper {
|
||||
private bool $lightTheme;
|
||||
private string $themeHtmlClass;
|
||||
private string $fgcolor;
|
||||
private bool $initialized = false;
|
||||
|
||||
/**
|
||||
* Constructor for ThemeHelper
|
||||
|
||||
Reference in New Issue
Block a user