Skip to content

Commit ce87b11

Browse files
Fix #2 for Add Library Tags panel (#328)
The "Add Tags" panel displays all tags when no search has been performed. Modifies the "Add Library Tags panel" to be the same.
1 parent c79086f commit ce87b11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tagstudio/src/qt/modals/tag_search.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ def __init__(self, library):
8484

8585
self.root_layout.addWidget(self.search_field)
8686
self.root_layout.addWidget(self.scroll_area)
87+
self.update_tags("")
8788

8889
# def reset(self):
8990
# self.search_field.setText('')

0 commit comments

Comments
 (0)