Skip to content
Snippets Groups Projects
Commit 340bf4eb authored by Felix Paul Kühne's avatar Felix Paul Kühne
Browse files

* default enable Interface Interactions

parent 41118579
No related branches found
No related tags found
No related merge requests found
......@@ -1750,7 +1750,7 @@ vlc_module_begin();
add_bool( "advanced", 0, NULL, ADVANCED_TEXT, ADVANCED_LONGTEXT,
VLC_FALSE );
change_need_restart();
add_bool( "interact", VLC_FALSE, NULL, INTERACTION_TEXT,
add_bool( "interact", VLC_TRUE, NULL, INTERACTION_TEXT,
INTERACTION_LONGTEXT, VLC_FALSE );
add_bool( "show-intf", VLC_FALSE, NULL, SHOWINTF_TEXT, SHOWINTF_LONGTEXT,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment