System updates notification and env vars

This commit is contained in:
Vinicius Moreira
2019-06-13 16:09:41 -03:00
parent 05a33c9d63
commit cef411295c
6 changed files with 54 additions and 36 deletions

View File

@@ -21,7 +21,7 @@ class FlatpakManager:
self.lock_db_read = Lock()
def load_database_async(self):
Thread(target=self.load_database).start()
Thread(target=self.load_database, daemon=True).start()
def load_database(self):