stash work

This commit is contained in:
Michal Pikulski
2025-10-16 16:18:04 +02:00
parent c7906a9968
commit d2c6c5df38
19 changed files with 353 additions and 277 deletions

View File

@@ -23,7 +23,7 @@ namespace Settings
return entry.requiredOrientation;
}
// Default to Portrait if not found
return ScreenOrientationRequirement.Portrait;
return ScreenOrientationRequirement.NotApplicable;
}
}
}