Commit 9bbd5032 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32: add the volume media keys to SPrefs

(cherry picked from commit 4390c31a0ade28f9938e44ef1d5c20885659bffc)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 42817f39
......@@ -667,6 +667,14 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
p_config, this, false, gLayout, line );
controls.append( control );
#ifdef WIN32
line++;
p_config = config_FindConfig( VLC_OBJECT(p_intf), "qt-disable-volume-keys" );
control = new BoolConfigControl( VLC_OBJECT(p_intf), p_config, this, gLayout, line );
controls.append( control );
#endif
break;
}
}
......
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