mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 13:33:42 +00:00
Merge pull request #770 from stonerl/correct-landscape-setting
apply correct orientation
This commit is contained in:
commit
bd79f56800
@ -329,8 +329,8 @@ struct PlayerSettings: View {
|
|||||||
|
|
||||||
private var rotateToLandscapeOnEnterFullScreenPicker: some View {
|
private var rotateToLandscapeOnEnterFullScreenPicker: some View {
|
||||||
Picker("Rotate when entering fullscreen on landscape video", selection: $rotateToLandscapeOnEnterFullScreen) {
|
Picker("Rotate when entering fullscreen on landscape video", selection: $rotateToLandscapeOnEnterFullScreen) {
|
||||||
Text("Landscape left").tag(FullScreenRotationSetting.landscapeRight)
|
Text("Landscape left").tag(FullScreenRotationSetting.landscapeLeft)
|
||||||
Text("Landscape right").tag(FullScreenRotationSetting.landscapeLeft)
|
Text("Landscape right").tag(FullScreenRotationSetting.landscapeRight)
|
||||||
Text("No rotation").tag(FullScreenRotationSetting.disabled)
|
Text("No rotation").tag(FullScreenRotationSetting.disabled)
|
||||||
}
|
}
|
||||||
.modifier(SettingsPickerModifier())
|
.modifier(SettingsPickerModifier())
|
||||||
|
Loading…
Reference in New Issue
Block a user