summaryrefslogtreecommitdiff
path: root/xulmus/content/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'xulmus/content/config.js')
-rw-r--r--xulmus/content/config.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/xulmus/content/config.js b/xulmus/content/config.js
index 842a58c6..7b52c97a 100644
--- a/xulmus/content/config.js
+++ b/xulmus/content/config.js
@@ -180,7 +180,10 @@ const config = { //{{{
init: function ()
{
// Adding a mode for Player
- //modes.addMode("PLAYER"); // Player mode for songbird
+ //modes.addMode("PLAYER");
+
+ // enable the service pane hide/show button in the media tab
+ document.getElementById("servicepane-status-bar-box").childNodes[0].disabled = false
// TODO: support 'nrformats'? -> probably not worth it --mst
function incrementURL(count)