summaryrefslogtreecommitdiff
path: root/common/content/modes.js
diff options
context:
space:
mode:
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);