feat: update version to 1.3.3.0 and modify manifest with new changelog, checksum, and timestamp
This commit is contained in:
@@ -159,8 +159,9 @@ async function initializeTheme() {
|
||||
const response = await fetch('/Seasonals/Config');
|
||||
if (response.ok) {
|
||||
const config = await response.json();
|
||||
automateThemeSelection = config.automateSeasonSelection;
|
||||
defaultTheme = config.selectedSeason;
|
||||
// automateThemeSelection = config.automateSeasonSelection;
|
||||
automateThemeSelection = config.AutomateSeasonSelection;
|
||||
defaultTheme = config.SelectedSeason;
|
||||
window.SeasonalsPluginConfig = config;
|
||||
console.log('Seasonals Config loaded:', config);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user