summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/main.c b/apps/main.c
index fa1500edd5..7c43c0c277 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -632,6 +632,9 @@ static void init(void)
632#ifdef HAVE_ACCESSORY_SUPPLY 632#ifdef HAVE_ACCESSORY_SUPPLY
633 accessory_supply_set(global_settings.accessory_supply); 633 accessory_supply_set(global_settings.accessory_supply);
634#endif 634#endif
635#ifdef HAVE_LINEOUT_POWEROFF
636 lineout_set(global_settings.lineout_active);
637#endif
635#ifdef HAVE_HOTSWAP_STORAGE_AS_MAIN 638#ifdef HAVE_HOTSWAP_STORAGE_AS_MAIN
636 check_bootfile(false); /* remember write time and filesize */ 639 check_bootfile(false); /* remember write time and filesize */
637#endif 640#endif