local forecast enhanced-wide #188 #196 #193 #194

This commit is contained in:
Matt Walsh
2026-04-07 10:38:12 -05:00
parent 63d27d1a26
commit e70639d7a6
9 changed files with 29 additions and 16 deletions

View File

@@ -37,7 +37,7 @@ const enhancedScreenChange = (value) => {
if (!container) {
// DOM not ready; defer enabling if set
if (value) {
deferredDomSettings.add('enhanced');
deferredDomSettings.add('enhancedScreens');
}
return;
}