[snap] feature -> allowing to select an available channel during the installation process

This commit is contained in:
Vinicius Moreira
2020-09-06 01:10:13 -03:00
parent bf6361a6d1
commit 26fa25cebb
20 changed files with 135 additions and 14 deletions

View File

@@ -266,6 +266,7 @@ class RadioButtonQt(QRadioButton):
self.model = model
self.model_parent = model_parent
self.toggled.connect(self._set_checked)
self.setCursor(QCursor(Qt.PointingHandCursor))
if model.icon_path:
if model.icon_path.startswith('/'):