mirror of
https://github.com/aclist/dztui.git
synced 2026-08-26 01:37:18 +02:00
fix: handle empty store
This commit is contained in:
parent
56da5717fa
commit
49eb3caf0a
@ -48,7 +48,7 @@ class ModManager:
|
||||
self.prefs = controller.get_prefs()
|
||||
self.path = controller.query_config(Preferences.DEFAULT)
|
||||
|
||||
self.store: FastInsertListStore
|
||||
self.store: FastInsertListStore | None = None
|
||||
|
||||
self.thread_man = ThreadingManager(controller)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user