Bump version to 0.7.0 and add style tag processing for artist tags
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:
@@ -259,7 +259,7 @@ class TagManager(tk.Frame):
|
||||
self.tags_display.delete("1.0", tk.END)
|
||||
for tag in self.manual_tags:
|
||||
# Process tag to decide its style
|
||||
_, deprecated = process_tag(tag, self.tags_repo)
|
||||
tag, deprecated = process_tag(tag, self.tags_repo)
|
||||
if deprecated is True:
|
||||
color = "red"
|
||||
underline = 1
|
||||
|
Reference in New Issue
Block a user