feat: update configuration keys to use PascalCase for consistency across seasonal scripts

This commit is contained in:
CodeDevMLH
2025-12-18 00:01:19 +01:00
parent d73b1d17ff
commit 176aa97c1c
12 changed files with 74 additions and 75 deletions

View File

@@ -159,7 +159,6 @@ async function initializeTheme() {
const response = await fetch('/Seasonals/Config');
if (response.ok) {
const config = await response.json();
// automateThemeSelection = config.automateSeasonSelection;
automateThemeSelection = config.AutomateSeasonSelection;
defaultTheme = config.SelectedSeason;
window.SeasonalsPluginConfig = config;