Sync system apps --nobuild

This commit is contained in:
Willy-JL
2023-12-08 22:22:31 +00:00
parent 76534b04a4
commit efbcdc2a8b
38 changed files with 1490 additions and 413 deletions
@@ -13,7 +13,7 @@ void hex_viewer_scene_scroll_on_enter(void* context) {
TextInput* text_input = app->text_input;
text_input_set_header_text(text_input, "Scroll to percent (0..100)");
text_input_set_header_text(text_input, "Scroll to percentage (0..100)");
text_input_set_result_callback(
text_input,
hex_viewer_scene_scroll_callback,