mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 04:44:15 +02:00
[snap] feature -> allowing to select an available channel during the installation process
This commit is contained in:
@@ -350,7 +350,7 @@ class SoftwareManager(ABC):
|
||||
"""
|
||||
pass
|
||||
|
||||
def save_settings(self, component: ViewComponent) -> Tuple[bool, List[str]]:
|
||||
def save_settings(self, component: ViewComponent) -> Tuple[bool, Optional[List[str]]]:
|
||||
"""
|
||||
:return: a tuple with a bool informing if the settings were saved and a list of error messages
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user