damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit 1417299d2de85a7ed0e012186eb2e35d5484d96b
parent 318c6bcc3f9bc4bcc1846e149127e8736817062c
Author: William Casarin <jb55@jb55.com>
Date:   Sun,  3 Jul 2022 09:31:03 -0700

add dm navigation title

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

Diffstat:
Mdamus/Views/DMChatView.swift | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/damus/Views/DMChatView.swift b/damus/Views/DMChatView.swift @@ -118,6 +118,7 @@ struct DMChatView: View { Footer } } + .navigationTitle("DM") .toolbar { Header } } }