mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 14:18:35 -07:00
Revert some settings handling to how they work in OFW
This commit is contained in:
@@ -46,7 +46,7 @@ void bt_settings_scene_start_on_enter(void* context) {
|
||||
BtSettingNum,
|
||||
bt_settings_scene_start_var_list_change_callback,
|
||||
app);
|
||||
if(app->bt->bt_settings.enabled) {
|
||||
if(app->settings.enabled) {
|
||||
variable_item_set_current_value_index(item, BtSettingOn);
|
||||
variable_item_set_current_value_text(item, bt_settings_text[BtSettingOn]);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user