Bump version to 0.9.2; update method signatures and localization files
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:
@@ -1149,7 +1149,7 @@ class ImageBrowser(tk.Tk):
|
||||
self.tagger_tags_text.insert("1.0", _("Tagger przetwarza..."))
|
||||
self.tagger_tags_text.config(state=tk.DISABLED)
|
||||
file_path = self.core.image_files[self.current_index]
|
||||
result = self.core.get_tagger_results(file_path)
|
||||
result = self.core.get_tagger_results(file_path, lambda: self.after(0, self.update_status_bar))
|
||||
new_rating = self.core.map_tagger_rating(result)
|
||||
self.rating_var.set(new_rating)
|
||||
self.after(0, lambda: self.update_tagger_tags_widget(result))
|
||||
|
Reference in New Issue
Block a user