mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 13:08:36 -07:00
Fix some settings API usage/setup
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user