From f3a31eeca0b5d2e4544d683afba2ad0dde23af08 Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Wed, 20 Mar 2024 22:17:27 +0000 Subject: [PATCH] Oops --- applications/services/gui/elements.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/services/gui/elements.c b/applications/services/gui/elements.c index 9ecec3f20..7f3b7b368 100644 --- a/applications/services/gui/elements.c +++ b/applications/services/gui/elements.c @@ -580,7 +580,7 @@ void elements_scrollable_text_line( int32_t x, int32_t y, size_t width, - const char* string, + FuriString* string, size_t scroll, bool ellipsis) { furi_check(canvas);