Default to enabling use of media keys under GNOME/Unity.
This commit is contained in:
committed by
craig.p.drummond
parent
17df2eb103
commit
ed00b5743b
@@ -111,6 +111,7 @@
|
||||
70. If stream is not a audiocd stream, and the total time is known, then enable
|
||||
the position slider.
|
||||
71. Allow seeking in cantata HTTP streams.
|
||||
72. Default to enabling use of media keys under GNOME/Unity.
|
||||
|
||||
1.0.3
|
||||
-----
|
||||
|
||||
@@ -496,7 +496,7 @@ QStringList Settings::hiddenPages()
|
||||
|
||||
bool Settings::gnomeMediaKeys()
|
||||
{
|
||||
return GET_BOOL("gnomeMediaKeys", false);
|
||||
return GET_BOOL("gnomeMediaKeys", true);
|
||||
}
|
||||
|
||||
#ifdef ENABLE_DEVICES_SUPPORT
|
||||
|
||||
Reference in New Issue
Block a user