We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da6fc6a commit 3498917Copy full SHA for 3498917
legacy/firmware/layout2.c
@@ -597,7 +597,7 @@ static void _layout_home(bool update_menu) {
597
}
598
if (!config_isInitialized()) {
599
oledDrawStringCenterAdapter(OLED_WIDTH / 2, 32, desc, FONT_STANDARD);
600
- oledDrawStringCenterAdapter(OLED_WIDTH / 2, OLED_HEIGHT - 8,
+ oledDrawStringCenterAdapter(OLED_WIDTH / 2, OLED_HEIGHT - 10,
601
_("Not Actived"), FONT_STANDARD);
602
} else {
603
if (no_backup) {
0 commit comments