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
|
for ext in MEDIA_EXTENSIONS
|
||||||
)
|
)
|
||||||
self._fullscreen_window.update_state(True, saved)
|
self._fullscreen_window.update_state(True, saved)
|
||||||
|
self._fullscreen_window.set_post_tags(
|
||||||
|
fav.tag_categories or {}, (fav.tags or "").split()
|
||||||
|
)
|
||||||
else:
|
else:
|
||||||
self._fullscreen_window.update_state(False, False)
|
self._fullscreen_window.update_state(False, False)
|
||||||
else:
|
else:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user