Skip to content

Commit

Permalink
Specify shared icon cache as location for thumbnail.save
Browse files Browse the repository at this point in the history
  • Loading branch information
buzzingwires committed Jul 11, 2023
1 parent f27e246 commit fcf6cc8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vimiv/api/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,9 @@ 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 disk for later use"
"thumbnail.save",
True,
desc="Save new thumbnails to the disk in the shared icon cache for later use"
)


Expand Down

0 comments on commit fcf6cc8

Please sign in to comment.