mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 03:34:15 +02:00
[snap] feature -> allowing to select an available channel during the installation process
This commit is contained in:
@@ -2682,7 +2682,7 @@ class ArchManager(SoftwareManager):
|
||||
|
||||
return PanelComponent([FormComponent(fields, spaces=False)])
|
||||
|
||||
def save_settings(self, component: PanelComponent) -> Tuple[bool, List[str]]:
|
||||
def save_settings(self, component: PanelComponent) -> Tuple[bool, Optional[List[str]]]:
|
||||
config = read_config()
|
||||
|
||||
form_install = component.components[0]
|
||||
|
||||
Reference in New Issue
Block a user