diff --git a/src/js/popups/custom-background-filter.js b/src/js/popups/custom-background-filter.js index 5c7dae02c..0cb814faf 100644 --- a/src/js/popups/custom-background-filter.js +++ b/src/js/popups/custom-background-filter.js @@ -89,6 +89,7 @@ $(".section.customBackgroundFilter .save.button").click((e) => { arr.push(filters[filterKey].value); }); UpdateConfig.setCustomBackgroundFilter(arr, false); + Notifications.add("Saved", 1); }); export function loadConfig(config) {