Format for toolchain 37, update changelog

This commit is contained in:
Willy-JL
2024-07-05 20:07:11 +02:00
parent 4830ef94c6
commit 0f4f844ff1
15 changed files with 52 additions and 46 deletions
+1 -2
View File
@@ -497,8 +497,7 @@ static bool menu_input_callback(InputEvent* event, void* context) {
static void menu_scroll_timer_callback(void* context) {
Menu* menu = context;
with_view_model(
menu->view, MenuModel * model, { model->scroll_counter++; }, true);
with_view_model(menu->view, MenuModel * model, { model->scroll_counter++; }, true);
}
static void menu_enter(void* context) {