fix: Slowed down the automatic text scrolling in tables so the text is readable

This commit is contained in:
2026-01-12 15:28:41 -07:00
parent 47fdee190a
commit 0172253d20
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -257,7 +257,7 @@ impl Default for App<'_> {
is_first_render: true,
server_tabs: TabState::new(Vec::new()),
tick_until_poll: 400,
ticks_until_scroll: 4,
ticks_until_scroll: 64,
tick_count: 0,
ui_scroll_tick_count: 0,
is_loading: false,