Commit 5e6f3bde authored by Laurent Aimar's avatar Laurent Aimar

Revert "Disable crashy FS controller by default"

This reverts commit 6a66117a.
The FS has been fixed in bc83685c.
parent bc83685c
...@@ -174,7 +174,7 @@ vlc_module_begin(); ...@@ -174,7 +174,7 @@ vlc_module_begin();
MINIMIZED_LONGTEXT, true); MINIMIZED_LONGTEXT, true);
add_bool( "qt-name-in-title", true, NULL, TITLE_TEXT, add_bool( "qt-name-in-title", true, NULL, TITLE_TEXT,
TITLE_LONGTEXT, false ); TITLE_LONGTEXT, false );
add_bool( "qt-fs-controller", false, NULL, QT_FULLSCREEN_TEXT, add_bool( "qt-fs-controller", true, NULL, QT_FULLSCREEN_TEXT,
QT_FULLSCREEN_TEXT, false ); QT_FULLSCREEN_TEXT, false );
add_bool( "qt-volume-complete", false, NULL, COMPLETEVOL_TEXT, add_bool( "qt-volume-complete", false, NULL, COMPLETEVOL_TEXT,
......
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