force update deis settings

This commit is contained in:
Vladimir Mandic
2023-10-20 09:31:51 -04:00
parent 3794af95c5
commit d8bb3496df
3 changed files with 7 additions and 3 deletions
+1
View File
@@ -77,6 +77,7 @@ function markIfModified(setting_name, value) {
tab_nav_indicator.classList.toggle('saved', saved.size > 0);
if (changed_items.size > 0) tab_nav_indicator.title += `click to reset ${changed_items.size} unapplied changes in this tab\n`;
if (saved.size > 0) tab_nav_indicator.title += `${saved.size} custom values\n${unsaved.size} default values}`;
elem.scrollIntoView({ behavior: 'smooth', block: 'center' });
}
onAfterUiUpdate(async () => {