From d21c0bfc18e96e64231daaf14029a72019fde721 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Fri, 9 Sep 2022 21:06:51 +0530 Subject: [PATCH] Invert the logic - show only the filtered image by default --- ui/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/index.html b/ui/index.html index 0bda4254..a6001dbe 100644 --- a/ui/index.html +++ b/ui/index.html @@ -307,7 +307,7 @@ -
  • +

  • (images at once)
  • @@ -515,7 +515,7 @@ function isUpscalingEnabled() { } function isShowOnlyFilteredImageEnabled() { - return getLocalStorageBoolItem(SHOW_ONLY_FILTERED_IMAGE_KEY, false) + return getLocalStorageBoolItem(SHOW_ONLY_FILTERED_IMAGE_KEY, true) } function isSaveToDiskEnabled() {