Skip to content

Commit

Permalink
Remove open TODO in thumbnail.py
Browse files Browse the repository at this point in the history
When running
:set thumbnail.filmstrip!
or
:set thumbnail.filmstrip false
it seems logical to hide the filmstrip when not in thumbnail mode.
Entering thumbnail mode seems a bit of a stretch as we never auto-enter
modes.
  • Loading branch information
karlch committed Jun 3, 2021
1 parent 86219bd commit 52a8095
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vimiv/gui/thumbnail.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,6 @@ def _on_view_changed(self, filmstrip: bool):
else:
_logger.debug("Setting view mode to icon")
self.setViewMode(self.IconMode)
# TODO the alternative is to enter thumbnail mode
if api.modes.current() != api.modes.THUMBNAIL:
self.hide()
self._update_geometry()
Expand Down

0 comments on commit 52a8095

Please sign in to comment.