Commit 3a45efe2 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Access_jack: do not flag auto-connect as advanced

parent 68cedacf
...@@ -79,7 +79,7 @@ vlc_module_begin () ...@@ -79,7 +79,7 @@ vlc_module_begin ()
add_bool( "jack-input-use-vlc-pace", false, add_bool( "jack-input-use-vlc-pace", false,
PACE_TEXT, PACE_LONGTEXT, true ) PACE_TEXT, PACE_LONGTEXT, true )
add_bool( "jack-input-auto-connect", false, add_bool( "jack-input-auto-connect", false,
AUTO_CONNECT_TEXT, AUTO_CONNECT_LONGTEXT, true ) AUTO_CONNECT_TEXT, AUTO_CONNECT_LONGTEXT, false )
add_shortcut( "jack" ) add_shortcut( "jack" )
set_callbacks( Open, Close ) set_callbacks( Open, Close )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment