Update ui.py

pull/41/head
toshiaki1729 2022-12-10 21:18:28 +09:00
parent b39d6555fe
commit 069bd9df1d
1 changed files with 1 additions and 1 deletions

View File

@ -81,6 +81,6 @@ class TagFilterUI:
def clear_filter(self):
self.filter = TagFilter()
self.filter = TagFilter(logic=TagFilter.Logic.AND, mode=TagFilter.Mode.INCLUSIVE)
self.filter_word = ''
self.selected_tags = []