Keep result count in status bar when post loads
This commit is contained in:
parent
6b2c42a239
commit
4e8cc97876
@ -1066,7 +1066,7 @@ class BooruApp(QMainWindow):
|
|||||||
self._preview._current_path = path
|
self._preview._current_path = path
|
||||||
else:
|
else:
|
||||||
self._set_preview_media(path, info)
|
self._set_preview_media(path, info)
|
||||||
self._status.showMessage("Loaded")
|
self._status.showMessage(f"{len(self._posts)} results — Loaded")
|
||||||
# Update drag path on the selected thumbnail
|
# Update drag path on the selected thumbnail
|
||||||
idx = self._grid.selected_index
|
idx = self._grid.selected_index
|
||||||
if 0 <= idx < len(self._grid._thumbs):
|
if 0 <= idx < len(self._grid._thumbs):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user