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.
This commit is contained in:
Sam
2024-07-22 07:59:43 -06:00
committed by GitHub
parent c79086f715
commit ce87b11fbd

View File

@@ -84,6 +84,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('')