Skip to content

Commit

Permalink
Again, fix careless linting error.
Browse files Browse the repository at this point in the history
  • Loading branch information
buzzingwires committed Jul 11, 2023
1 parent fcf6cc8 commit 3f287e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vimiv/api/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)


Expand Down

0 comments on commit 3f287e8

Please sign in to comment.