From cc6e0e35cf6e662ffc3ad24e2510265caa5cf52a Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Wed, 3 Jan 2024 23:55:39 -0800 Subject: Server windows restore with app session now. Implemented new login view so you can connect to specific IP servers no listed by tracker, login/pass supported (I think?), and a nicer connect progress display. --- Hotline/macOS/ChatView.swift | 1 - 1 file changed, 1 deletion(-) (limited to 'Hotline/macOS/ChatView.swift') diff --git a/Hotline/macOS/ChatView.swift b/Hotline/macOS/ChatView.swift index d9e1f54..2c154d3 100644 --- a/Hotline/macOS/ChatView.swift +++ b/Hotline/macOS/ChatView.swift @@ -170,7 +170,6 @@ struct ChatView: View { } } } - .navigationTitle(self.model.serverTitle) .background(Color(nsColor: .textBackgroundColor)) .toolbar { ToolbarItem(placement: .primaryAction) { -- cgit