use unseen notification indicator

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2025-07-31 19:01:52 -04:00
parent 10225158e5
commit 41aa2db3c7
2 changed files with 33 additions and 11 deletions

View File

@@ -545,6 +545,8 @@ fn render_nav_body(
scroll_to_top,
);
app.timeline_cache.set_fresh(kind);
// always clear the scroll_to_top request
if scroll_to_top {
app.options.remove(AppOptions::ScrollToTop);