Refresh popout BL Tag menu when navigating between bookmarked posts

This commit is contained in:
pax 2026-04-07 11:13:46 -05:00
parent 8ef40dc0fe
commit 2b9bf22249

View File

@ -1255,6 +1255,9 @@ class BooruApp(QMainWindow):
for ext in MEDIA_EXTENSIONS
)
self._fullscreen_window.update_state(True, saved)
self._fullscreen_window.set_post_tags(
fav.tag_categories or {}, (fav.tags or "").split()
)
else:
self._fullscreen_window.update_state(False, False)
else: