Bump version to 0.9.3; update localization files and add tag states in ImageBrowser
All checks were successful
Gitea/kapitanbooru-uploader/pipeline/head This commit looks good

This commit is contained in:
2025-06-26 17:51:25 +02:00
parent cb26a0dc47
commit 88288c7e22
5 changed files with 184 additions and 184 deletions

View File

@@ -56,6 +56,10 @@ class ImageBrowser(tk.Tk):
self.current_image_original = None
self.current_parameters = ""
# Słowniki przechowujące stany tagów (dla PNG i Taggera)
self.png_tags_states = {}
self.tagger_tags_states = {}
self.create_menu()
self.create_widgets()
self.bind_events()