From 86dc8f130f4541cf059447ae0ef2672fa6e71029 Mon Sep 17 00:00:00 2001 From: Jack Date: Tue, 6 Apr 2021 01:25:28 +0100 Subject: [PATCH] added saved notification --- src/js/popups/custom-background-filter.js | 1 + 1 file changed, 1 insertion(+) 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) {