summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/settings_menu.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/settings_menu.c b/apps/settings_menu.c
index 7150dd239d..34f7a99c2a 100644
--- a/apps/settings_menu.c
+++ b/apps/settings_menu.c
@@ -1185,6 +1185,10 @@ static bool battery_settings_menu(void)
1185#endif 1185#endif
1186#ifndef SIMULATOR 1186#ifndef SIMULATOR
1187 { STR(LANG_BATTERY_CAPACITY), battery_capacity }, 1187 { STR(LANG_BATTERY_CAPACITY), battery_capacity },
1188#else
1189#ifndef HAVE_CHARGE_CTRL
1190 { "Dummy", -1, NULL }, /* to have an entry at all, in the simulator */
1191#endif
1188#endif 1192#endif
1189 }; 1193 };
1190 1194