commit 78
This commit is contained in:
Binary file not shown.
@@ -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"))
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user