summaryrefslogtreecommitdiff
path: root/common/content/modes.js
diff options
context:
space:
mode:
authorDoug Kearns <dougkearns@gmail.com>2009-03-16 15:54:02 +1100
committerDoug Kearns <dougkearns@gmail.com>2009-03-16 15:54:02 +1100
commit80beaa41df9ef3d6e62ecb189451146cb52eb21d (patch)
tree449b9c1fc45402ae323d2b6fab55eafc2ecec607 /common/content/modes.js
parent9f70457a4a51c25b9942dcf63942c0341029b636 (diff)
downloadpentadactyl-80beaa41df9ef3d6e62ecb189451146cb52eb21d.tar.gz
And xulmus was born.
Diffstat (limited to 'common/content/modes.js')
-rw-r--r--common/content/modes.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/content/modes.js b/common/content/modes.js
index b00ec691..f0d71735 100644
--- a/common/content/modes.js
+++ b/common/content/modes.js
@@ -269,6 +269,7 @@ const modes = (function () //{{{
self.addMode("MESSAGE"); // for now only used in Muttator when the message has focus
self.addMode("COMPOSE");
self.addMode("CUSTOM", false, function () plugins.mode);
+ self.addMode("PLAYER"); // Player mode for songbird
// extended modes, can include multiple modes, and even main modes
self.addMode("EX", true);
self.addMode("HINTS", true);