diff --git a/booru_viewer/gui/app.py b/booru_viewer/gui/app.py index 9bf5db8..68dc7a6 100644 --- a/booru_viewer/gui/app.py +++ b/booru_viewer/gui/app.py @@ -729,6 +729,10 @@ class BooruApp(QMainWindow): self._grid.setFocus() + # Start prefetching from top of page + if self._db.get_setting_bool("prefetch_adjacent") and posts: + self._prefetch_adjacent(0) + def _fetch_thumbnail(self, index: int, url: str) -> None: async def _download(): try: