notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

commit edf0e2498b507c0a519ddb773247425e647e9407
parent ad355475820206834d6557194c439abedb15b2cf
Author: William Casarin <jb55@jb55.com>
Date:   Sun,  3 Aug 2025 16:18:00 -0700

note: small doc fix

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mcrates/notedeck_ui/src/note/options.rs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crates/notedeck_ui/src/note/options.rs b/crates/notedeck_ui/src/note/options.rs @@ -33,7 +33,7 @@ bitflags! { /// Note has a framed border const Framed = 1 << 15; - /// Note has a framed border + /// Note has an unread reply indicator const UnreadIndicator = 1 << 16; } }