From fb8361d11bdf8c21d2e9d3b94bae444089ba0d96 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Fri, 26 Sep 2025 17:58:31 +0200 Subject: log read and write failures --- src/ui/ui_log.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui') diff --git a/src/ui/ui_log.cpp b/src/ui/ui_log.cpp index da0d29d..5b380a3 100644 --- a/src/ui/ui_log.cpp +++ b/src/ui/ui_log.cpp @@ -31,6 +31,6 @@ void ui_draw_log() if (cursor < 0) { cursor = (l->write_cursor + i) % MAX_LEN_LOG_HISTORY; } - ImGui::Text(l->history[cursor]); + ImGui::TextColored(l->colors[cursor], l->history[cursor]); } } \ No newline at end of file -- cgit v1.2.3-70-g09d2