mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-04-16 12:37:15 -04:00
UI: Fix push-to-talk/mute delay not saving
Fixes a couple copy/paste errors preventing push-to-talk and push-to-mute delays not saving when choosing Apply or OK.
This commit is contained in:
@@ -2380,7 +2380,7 @@ void OBSBasicSettings::LoadAudioSources()
|
||||
},
|
||||
pttSB);
|
||||
|
||||
audioSources.emplace_back(OBSGetWeakRef(source), ptmCB, pttSB,
|
||||
audioSources.emplace_back(OBSGetWeakRef(source), ptmCB, ptmSB,
|
||||
pttCB, pttSB);
|
||||
|
||||
auto label = new OBSSourceLabel(source);
|
||||
|
||||
Reference in New Issue
Block a user