Commit fcbcea1d authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4: pause on minimize is off by default

parent b85cc553
......@@ -208,7 +208,7 @@ vlc_module_begin ()
NOTIFICATION_LONGTEXT, false )
add_bool( "qt-start-minimized", false, MINIMIZED_TEXT,
MINIMIZED_LONGTEXT, true)
add_bool( "qt-pause-minimized", true, QT_PAUSE_MINIMIZED_TEXT,
add_bool( "qt-pause-minimized", false, QT_PAUSE_MINIMIZED_TEXT,
QT_PAUSE_MINIMIZED_LONGTEXT, false )
add_float_with_range( "qt-opacity", 1., 0.1, 1., OPACITY_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