Commit 4390c31a authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32: add the volume media keys to SPrefs

parent fb1c64de
......@@ -687,6 +687,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