From 9b3b419f7a46ab941cdc1224d3f0e07f088297f8 Mon Sep 17 00:00:00 2001 From: Adel Gadllah Date: Sat, 23 Mar 2013 10:29:19 +0100 Subject: [PATCH] initial-setup: Add battery icon There is no reason why there shouldn't be a battery icon in initial-setup, knowing how much battery you have left is useful in during setup as well. This also fixes an exception in the lock screen caused by the combined icon not finding the battery one. https://bugzilla.gnome.org/show_bug.cgi?id=696212 --- js/ui/sessionMode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/sessionMode.js b/js/ui/sessionMode.js index 7d6b2e4f6..13318cd99 100644 --- a/js/ui/sessionMode.js +++ b/js/ui/sessionMode.js @@ -84,7 +84,7 @@ const _modes = { panel: { left: [], center: ['dateMenu'], - right: ['a11yGreeter', 'keyboard', 'volume'] + right: ['a11yGreeter', 'keyboard', 'volume', 'battery'] } },