Add file manager variable to kivy_state

This commit is contained in:
shekhar-cis 2022-08-29 21:24:11 +05:30
parent 54059992eb
commit cdbe877d0e
Signed by untrusted user: shekhar-cis
GPG Key ID: F4F00AB04E83F9A7

View File

@ -38,3 +38,5 @@ class KivyStateVariables(object):
self.in_search_mode = False self.in_search_mode = False
self.image_dir = os.path.abspath(os.path.join('images', 'kivy')) self.image_dir = os.path.abspath(os.path.join('images', 'kivy'))
self.kivyui_ready = threading.Event() self.kivyui_ready = threading.Event()
self.file_manager = None
self.manager_open = False