Merge pull request #2543 from GlaZedBelmont/dev

Disable Width/Height
This commit is contained in:
fewtarius 2023-12-16 12:56:53 -05:00 committed by GitHub
commit 97bbaea32e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -639,8 +639,8 @@ function set_aspectratio() {
esac
# add_setting "positionx" "custom_viewport_x"
# add_setting "positiony" "custom_viewport_y"
add_setting "width" "custom_viewport_width"
add_setting "height" "custom_viewport_height"
# add_setting "width" "custom_viewport_width"
# add_setting "height" "custom_viewport_height"
add_setting "rotation" "video_rotation"
}