mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 02:44:16 +02:00
[snap] feature -> allowing to select an available channel during the installation process
This commit is contained in:
@@ -723,7 +723,7 @@ class AppImageManager(SoftwareManager):
|
||||
|
||||
return PanelComponent([FormComponent(updater_opts, self.i18n['appimage.config.db_updates'])])
|
||||
|
||||
def save_settings(self, component: PanelComponent) -> Tuple[bool, List[str]]:
|
||||
def save_settings(self, component: PanelComponent) -> Tuple[bool, Optional[List[str]]]:
|
||||
config = read_config()
|
||||
|
||||
panel = component.components[0]
|
||||
|
||||
Reference in New Issue
Block a user