mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 21:43:41 +00:00
Fix setting quality profile resolution on edit
This commit is contained in:
parent
acf962b4a0
commit
b169fc91b3
@ -299,7 +299,9 @@ struct QualityProfileForm: View {
|
||||
}
|
||||
}
|
||||
|
||||
if let newResolution = availableResolutions.first {
|
||||
if isResolutionDisabled(resolution),
|
||||
let newResolution = availableResolutions.first
|
||||
{
|
||||
resolution = newResolution
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user