Fix preference name/variable mismatch #9192

This commit is contained in:
Robin Gareus 2023-01-05 19:00:56 +01:00
parent 09b0734028
commit a6107fc1af
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ CONFIG_VARIABLE (bool, use_click_emphasis, "use-click-emphasis", true)
*/
CONFIG_VARIABLE (bool, skip_playback, "skip-playback", true)
CONFIG_VARIABLE (bool, plugins_stop_with_transport, "plugins-stop-with-transport", false)
CONFIG_VARIABLE (bool, recording_resets_xrun_count, "recording-resets-xrun-count,", false)
CONFIG_VARIABLE (bool, recording_resets_xrun_count, "recording-resets-xrun-count", false)
CONFIG_VARIABLE (bool, stop_recording_on_xrun, "stop-recording-on-xrun", false)
CONFIG_VARIABLE (bool, create_xrun_marker, "create-xrun-marker", false)
CONFIG_VARIABLE (bool, stop_at_session_end, "stop-at-session-end", false)