diff options
Diffstat (limited to 'src/ui/ui_fsm.cpp')
| -rw-r--r-- | src/ui/ui_fsm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/ui_fsm.cpp b/src/ui/ui_fsm.cpp index 0054db23..e874418b 100644 --- a/src/ui/ui_fsm.cpp +++ b/src/ui/ui_fsm.cpp @@ -171,7 +171,7 @@ void Browse::react(const internal::ShowSettingsPage& ev) { screen.reset(new screens::Bluetooth()); break; case internal::ShowSettingsPage::Page::kHeadphones: - screen.reset(new screens::Headphones()); + screen.reset(new screens::Headphones(sServices->nvs())); break; case internal::ShowSettingsPage::Page::kAppearance: screen.reset(new screens::Appearance(sServices->nvs(), *sDisplay)); |
