(RMenu) Settings toggling fixed
This commit is contained in:
parent
25e7595a2d
commit
0ba8db53cb
|
@ -1981,9 +1981,12 @@ static int select_setting(void *data, uint64_t action)
|
||||||
|
|
||||||
menu_stack_pop(rgui->menu_type);
|
menu_stack_pop(rgui->menu_type);
|
||||||
break;
|
break;
|
||||||
}
|
case RGUI_ACTION_LEFT:
|
||||||
|
case RGUI_ACTION_RIGHT:
|
||||||
|
case RGUI_ACTION_OK:
|
||||||
ret = set_setting_action(rgui->menu_type, rgui->selection_ptr, action);
|
ret = set_setting_action(rgui->menu_type, rgui->selection_ptr, action);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue