Commit 340bf4eb authored by Felix Paul Kühne's avatar Felix Paul Kühne

* default enable Interface Interactions

parent 41118579
...@@ -1750,7 +1750,7 @@ vlc_module_begin(); ...@@ -1750,7 +1750,7 @@ vlc_module_begin();
add_bool( "advanced", 0, NULL, ADVANCED_TEXT, ADVANCED_LONGTEXT, add_bool( "advanced", 0, NULL, ADVANCED_TEXT, ADVANCED_LONGTEXT,
VLC_FALSE ); VLC_FALSE );
change_need_restart(); change_need_restart();
add_bool( "interact", VLC_FALSE, NULL, INTERACTION_TEXT, add_bool( "interact", VLC_TRUE, NULL, INTERACTION_TEXT,
INTERACTION_LONGTEXT, VLC_FALSE ); INTERACTION_LONGTEXT, VLC_FALSE );
add_bool( "show-intf", VLC_FALSE, NULL, SHOWINTF_TEXT, SHOWINTF_LONGTEXT, add_bool( "show-intf", VLC_FALSE, NULL, SHOWINTF_TEXT, SHOWINTF_LONGTEXT,
......
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