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

Deactivate volume media key by default...

Too many complaints, notably on Reddit
parent a1e644f7
...@@ -267,7 +267,7 @@ vlc_module_begin () ...@@ -267,7 +267,7 @@ vlc_module_begin ()
#ifdef WIN32 #ifdef WIN32
add_bool( "qt-disable-volume-keys" /* name */, add_bool( "qt-disable-volume-keys" /* name */,
false /* default value */, true /* default value */,
QT_DISABLE_VOLUME_KEYS_TEXT /* text */, QT_DISABLE_VOLUME_KEYS_TEXT /* text */,
QT_DISABLE_VOLUME_KEYS_LONGTEXT /* longtext */, QT_DISABLE_VOLUME_KEYS_LONGTEXT /* longtext */,
false /* advanced mode only */) false /* advanced mode only */)
......
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