fix: snap launch

This commit is contained in:
Vinicius Moreira
2019-09-18 18:01:01 -03:00
parent 3ac8a08ad8
commit 6c3e0e00bf
14 changed files with 48 additions and 32 deletions

View File

@@ -373,7 +373,7 @@ class AppsTable(QTableWidget):
def _set_col_settings(self, idx: int, col: int, pkg: PackageView):
item = QToolBar()
if pkg.model.can_be_run() and pkg.model.get_command():
if pkg.model.can_be_run():
def run():
self.window.run_app(pkg)