From 3f287e8d15cf75592f16bb318993feeb7925760b Mon Sep 17 00:00:00 2001 From: buzzingwires Date: Tue, 11 Jul 2023 14:02:00 -0400 Subject: [PATCH] Again, fix careless linting error. --- vimiv/api/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vimiv/api/settings.py b/vimiv/api/settings.py index a45cd22af..af1e3ac3c 100644 --- a/vimiv/api/settings.py +++ b/vimiv/api/settings.py @@ -472,8 +472,8 @@ class thumbnail: # pylint: disable=invalid-name size = ThumbnailSizeSetting("thumbnail.size", 128, desc="Size of thumbnails") save = BoolSetting( "thumbnail.save", - True, - desc="Save new thumbnails to the disk in the shared icon cache for later use" + True, + desc="Save new thumbnails to the disk in the shared icon cache for later use" )