Uninstall selected app

This commit is contained in:
Vinícius Moreira
2019-06-25 11:48:28 -03:00
committed by GitHub
parent e054186d69
commit 9d6187b0a0
11 changed files with 330 additions and 127 deletions

View File

@@ -20,3 +20,6 @@ class FlatpakController:
def get_version(self) -> str:
return self.model.get_version()
def uninstall(self, app_ref: str):
return self.model.remove_app(app_ref)