mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-02-01 15:49:09 +00:00
fix: remove extra self.filter assignment
This commit is contained in:
@@ -138,7 +138,6 @@ class QtDriver(DriverMixin, QObject):
|
||||
self.args = args
|
||||
self.filter = FilterState.show_all()
|
||||
self.frame_content: list[Entry] = []
|
||||
self.filter = FilterState().show_all()
|
||||
self.pages_count = 0
|
||||
|
||||
self.scrollbar_pos = 0
|
||||
|
||||
Reference in New Issue
Block a user