Skip to content

Commit 3498917

Browse files
authored
fix(legacy): fix OK-12431 (#139)
1 parent da6fc6a commit 3498917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

legacy/firmware/layout2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ static void _layout_home(bool update_menu) {
597597
}
598598
if (!config_isInitialized()) {
599599
oledDrawStringCenterAdapter(OLED_WIDTH / 2, 32, desc, FONT_STANDARD);
600-
oledDrawStringCenterAdapter(OLED_WIDTH / 2, OLED_HEIGHT - 8,
600+
oledDrawStringCenterAdapter(OLED_WIDTH / 2, OLED_HEIGHT - 10,
601601
_("Not Actived"), FONT_STANDARD);
602602
} else {
603603
if (no_backup) {

0 commit comments

Comments
 (0)