Skip to content

Commit 4bae611

Browse files
StartAutomatingStartAutomating
authored andcommitted
OBS Source Commands - Fixing -NoResponse (Fixes #136)
Also fixing Add vs Set return behaviors
1 parent bf8a21d commit 4bae611

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Commands/Sources/Set-OBSWindowSource.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ function Set-OBSWindowSource {
158158
inputName = $myParameters["Name"]
159159
inputKind = "window_capture"
160160
inputSettings = $myParameterData
161+
NoResponse = $myParameters["NoResponse"]
161162
}
162163
# If -SceneItemEnabled was passed,
163164
if ($myParameters.Contains('SceneItemEnabled')) {

0 commit comments

Comments
 (0)