summaryrefslogtreecommitdiff
path: root/apps/recorder
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder')
-rw-r--r--apps/recorder/icons.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c
index 2a9c00647b..acd6d6de4b 100644
--- a/apps/recorder/icons.c
+++ b/apps/recorder/icons.c
@@ -166,8 +166,12 @@ void statusbar_icon_battery(int percent, bool charging)
166#ifdef SIMULATOR 166#ifdef SIMULATOR
167 if (global_settings.battery_type) { 167 if (global_settings.battery_type) {
168#else 168#else
169#ifdef HAVE_CHARGE_CTRL /* Recorder */
169 /* show graphical animation when charging instead of numbers */ 170 /* show graphical animation when charging instead of numbers */
170 if ((global_settings.battery_type) && (charge_state != 1)) { 171 if ((global_settings.battery_type) && (charge_state != 1)) {
172#else /* FM */
173 if (global_settings.battery_type) {
174#endif /* HAVE_CHARGE_CTRL */
171#endif 175#endif
172 /* Numeric display */ 176 /* Numeric display */
173 snprintf(buffer, sizeof(buffer), "%3d", percent); 177 snprintf(buffer, sizeof(buffer), "%3d", percent);