From e535ea6aea2356a13da3e0452b92b3d68861f539 Mon Sep 17 00:00:00 2001 From: AlUlkesh <99896447+AlUlkesh@users.noreply.github.com> Date: Mon, 8 May 2023 17:46:30 +0200 Subject: [PATCH] Changed recycle bin to be the default option, #159 --- scripts/image_browser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/image_browser.py b/scripts/image_browser.py index af33073..c3934c2 100644 --- a/scripts/image_browser.py +++ b/scripts/image_browser.py @@ -1679,7 +1679,7 @@ def on_ui_settings(): ("image_browser_delete_message", "images_delete_message", True, "Print image deletion messages to the console"), ("image_browser_txt_files", "images_txt_files", True, "Move/Copy/Delete matching .txt files"), ("image_browser_debug_level", None, debug_level_choices[0], "Debug level", gr.Dropdown, lambda: {"choices": debug_level_choices}), - ("image_browser_delete_recycle", "images_delete_recycle", False, "Use recycle bin when deleting images"), + ("image_browser_delete_recycle", "images_delete_recycle", True, "Use recycle bin when deleting images"), ("image_browser_scan_exif", "images_scan_exif", True, "Scan Exif-/.txt-data (initially slower, but required for many features to work)"), ("image_browser_mod_shift", None, False, "Change CTRL keybindings to SHIFT"), ("image_browser_mod_ctrl_shift", None, False, "or to CTRL+SHIFT"),