commit 78

This commit is contained in:
2025-08-09 00:32:57 +02:00
parent 287ebfd1d0
commit cef383ca74
2 changed files with 1 additions and 2 deletions

View File

@@ -176,8 +176,7 @@ class SettingsDialog(tk.Toplevel):
self.recursive_search.set(defaults["recursive_search"])
self.use_trash.set(defaults["use_trash"])
self.confirm_delete.set(defaults["confirm_delete"])
if PIL_AVAILABLE:
self.use_pillow_animation.set(defaults.get("use_pillow_animation", True))
self.use_pillow_animation.set(defaults.get("use_pillow_animation", True) and PIL_AVAILABLE)
self.animation_type.set(defaults.get("animation_type", "counter_arc"))