Skip to content

Commit

Permalink
Correctly set the default value of exclusion prop
Browse files Browse the repository at this point in the history
Fixes #23
  • Loading branch information
dimtpap committed Sep 9, 2022
1 parent 0b895f5 commit e581c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pipewire-audio-capture-app.c
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ static void *pipewire_audio_capture_app_create(obs_data_t *settings, obs_source_

static void pipewire_audio_capture_app_defaults(obs_data_t *settings)
{
obs_data_set_bool(settings, "ExceptApp", false);
obs_data_set_default_bool(settings, "ExceptApp", false);
}

static int cmp_targets(const void *a, const void *b)
Expand Down

0 comments on commit e581c3d

Please sign in to comment.