obsproject / obs-browser

CEF-based OBS Studio browser plugin
GNU General Public License v2.0
771 stars 218 forks source link

Move custom FPS property next to its FPS #386

Closed norihiro closed 1 year ago

norihiro commented 1 year ago

Description

This PR moves the order of the properties on the browser source.

Current properties Revised properties
browser-props-current browser-props-moved-fps

Motivation and Context

The two properties "Use custom frame rate" and "FPS" control the FPS so that these properties should be located next to each.

The commit e65bc98 moved the other property "Control audio via OBS" in between the FPS properties. Assuming the commit e65bc98 wanted to make "Control audio via OBS" more visible, I moved "Use custom frame rate" down, instead of moving "FPS" up.

How Has This Been Tested?

Built and ran on Fedora 35, and took the screenshots above.

Types of changes

Checklist: