Commit 0871d444 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Hid the ask-privacy option for Qt from the preferences.

parent 4b6f55a9
...@@ -205,6 +205,7 @@ vlc_module_begin(); ...@@ -205,6 +205,7 @@ vlc_module_begin();
add_bool( "qt-privacy-ask", true, NULL, PRIVACY_TEXT, PRIVACY_TEXT, add_bool( "qt-privacy-ask", true, NULL, PRIVACY_TEXT, PRIVACY_TEXT,
false ); false );
change_internal();
set_callbacks( OpenDialogs, Close ); set_callbacks( OpenDialogs, 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