From d23d0ad9405c1622569415e6ce16d3768af2936a Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Tue, 28 Oct 2025 09:33:19 -0700 Subject: New default banner artwork. Theme toolbar to server's banner (if any). --- Hotline/macOS/Chat/ChatView.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Hotline/macOS/Chat/ChatView.swift') diff --git a/Hotline/macOS/Chat/ChatView.swift b/Hotline/macOS/Chat/ChatView.swift index 65087c6..0795856 100644 --- a/Hotline/macOS/Chat/ChatView.swift +++ b/Hotline/macOS/Chat/ChatView.swift @@ -192,8 +192,9 @@ struct ChatView: View { model.markPublicChatAsRead() } .onAppear { - reader.scrollTo(bottomID, anchor: .bottom) self.focusedField = .chatInput + model.markPublicChatAsRead() + reader.scrollTo(bottomID, anchor: .bottom) } .onChange(of: self.model.bannerImage) { reader.scrollTo(bottomID, anchor: .bottom) -- cgit