Closed PatTheMav closed 2 months ago
These changes look okay. Though, there is at least one other place where DisableAudioDucking is attached to userConfig
or App()->GetUserConfig()
:
https://github.com/obsproject/obs-studio/blob/b9808eaca82340132c56e1577ae58a1e8747a119/UI/window-basic-settings.cpp#L2994-L2995
These changes look okay. Though, there is at least one other place where DisableAudioDucking is attached to
userConfig
orApp()->GetUserConfig()
:
Fixed that one and the others too.
Description
Aligns the config type of several OS-specific settings across their implementations in the OBSApp class.
Motivation and Context
Ensure selection of renderer on Windows and VSync settings on macOS are correctly retained and restored from settings.
How Has This Been Tested?
Tested on macOS 15.
Types of changes
Checklist: