mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 15:34:15 +02:00
[snap] feature -> allowing to select an available channel during the installation process
This commit is contained in:
@@ -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('/'):
|
||||
|
||||
Reference in New Issue
Block a user