diff --git a/cozy/model/settings.py b/cozy/model/settings.py index 34501162..08a557fd 100644 --- a/cozy/model/settings.py +++ b/cozy/model/settings.py @@ -51,6 +51,7 @@ def default_location(self) -> bool: for location in self.storage_locations: if location.default: return True + return False @property def storage_locations(self) -> list[Storage]: