summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 5c12422056..368f05ff9e 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -686,7 +686,7 @@ void settings_load(void)
686 global_settings.topruntime = 686 global_settings.topruntime =
687 config_block[0x28] | (config_block[0x29] << 8); 687 config_block[0x28] | (config_block[0x29] << 8);
688 688
689 if (config_block[0x29] != 0xae) { 689 if (config_block[0xae] != 0xff) {
690 global_settings.fade_on_stop = config_block[0xae] & 1; 690 global_settings.fade_on_stop = config_block[0xae] & 1;
691 global_settings.caption_backlight = (config_block[0xae] >> 1) & 1; 691 global_settings.caption_backlight = (config_block[0xae] >> 1) & 1;
692 } 692 }