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
All checks were successful
Gitea/kapitanbooru-uploader/pipeline/head This commit looks good
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user