Merge branch 'main' into Alpha-v9.4

This commit is contained in:
Travis Abendshien
2024-08-21 00:41:10 -07:00
2 changed files with 2 additions and 1 deletions

View File

@@ -61,7 +61,7 @@ def folders_to_tags(library: Library):
library.add_tag_to_library(new_tag)
branch["dirs"][folder] = dict(dirs={}, tag=new_tag)
branch = branch["dirs"][folder]
return branch["tag"]
return branch.get("tag")
for tag in library.tags:
reversed_tag = reverse_tag(library, tag, None)

View File

@@ -85,6 +85,7 @@ class TagSearchPanel(PanelWidget):
self.root_layout.addWidget(self.search_field)
self.root_layout.addWidget(self.scroll_area)
self.update_tags("")
# def reset(self):
# self.search_field.setText('')