mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 04:44:15 +02:00
fix: flatpak dependency
This commit is contained in:
@@ -181,8 +181,9 @@ class FlatpakManager(ApplicationManager):
|
||||
return updates
|
||||
|
||||
def list_warnings(self) -> List[str]:
|
||||
if not flatpak.has_remotes_set():
|
||||
return [self.locale_keys['flatpak.notification.no_remotes']]
|
||||
if flatpak.is_installed():
|
||||
if not flatpak.has_remotes_set():
|
||||
return [self.locale_keys['flatpak.notification.no_remotes']]
|
||||
|
||||
def list_suggestions(self, limit: int) -> List[FlatpakApplication]:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user