Fix #2 for Add Library Tags panel (#328)
Some checks failed
PySide App Test / test (push) Has been cancelled
MyPy / Run MyPy (push) Has been cancelled
pytest / Run tests (push) Has been cancelled
Ruff / ruff (push) Has been cancelled

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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('')