refactor: remove redundant initialized property from ThemeHelper class to streamline code

This commit is contained in:
Zack Spear
2025-04-07 13:36:28 -07:00
parent 78dead079f
commit 9672a76dba
@@ -33,7 +33,6 @@ class ThemeHelper {
private bool $lightTheme;
private string $themeHtmlClass;
private string $fgcolor;
private bool $initialized = false;
/**
* Constructor for ThemeHelper