mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 20:14:14 +02:00
fix: snap launch
This commit is contained in:
@@ -173,3 +173,6 @@ class SnapManager(SoftwareManager):
|
||||
|
||||
def is_default_enabled(self) -> bool:
|
||||
return True
|
||||
|
||||
def launch(self, pkg: SnapApplication):
|
||||
snap.run(pkg)
|
||||
|
||||
Reference in New Issue
Block a user