mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 03:34:15 +02:00
[improvement][flatpak] config file created during the initialization
This commit is contained in:
@@ -314,7 +314,7 @@ class FlatpakManager(SoftwareManager):
|
||||
return action == 'downgrade' and pkg.installation == 'system'
|
||||
|
||||
def prepare(self):
|
||||
pass
|
||||
Thread(target=read_config, daemon=True).start()
|
||||
|
||||
def list_updates(self, internet_available: bool) -> List[PackageUpdate]:
|
||||
updates = []
|
||||
|
||||
Reference in New Issue
Block a user