fix(ThemeManager): Refactor ThemeManager class to separate global style setting logic

This commit is contained in:
2024-10-21 17:25:08 +02:00
parent 33721f86ab
commit a20b321bb0
3 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## 2024-10-21 - 2.0.65 - fix(ThemeManager)
Refactor ThemeManager class to separate global style setting logic
- Moved logic to set global styles into a dedicated function setGlobalStylesOnPurpose in ThemeManager.
## 2024-10-06 - 2.0.64 - fix(pluginexports)
Add missing import for smartrouter in pluginexports.