Refresh popout BL Tag menu when navigating between bookmarked posts
This commit is contained in:
parent
8ef40dc0fe
commit
2b9bf22249
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user