Fix some settings API usage/setup

This commit is contained in:
Willy-JL
2024-02-14 03:03:55 +00:00
parent 78e405051a
commit c4ac4e69b3
6 changed files with 7 additions and 9 deletions

View File

@@ -18,7 +18,6 @@ BtSettingsApp* bt_settings_app_alloc() {
// Load settings
app->gui = furi_record_open(RECORD_GUI);
app->bt = furi_record_open(RECORD_BT);
bt_settings_load(&app->bt->bt_settings);
// View Dispatcher and Scene Manager
app->view_dispatcher = view_dispatcher_alloc();