mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 22:54:16 +02:00
[api.abstract.controller] refactoring: updating 'get_settings' return specification
This commit is contained in:
@@ -591,7 +591,7 @@ class FlatpakManager(SoftwareManager):
|
||||
|
||||
return urls
|
||||
|
||||
def get_settings(self, screen_width: int, screen_height: int) -> ViewComponent:
|
||||
def get_settings(self, screen_width: int, screen_height: int) -> Optional[ViewComponent]:
|
||||
fields = []
|
||||
|
||||
flatpak_config = self.configman.get_config()
|
||||
|
||||
Reference in New Issue
Block a user