diff options
| author | Dustin Mierau <dustin@mierau.me> | 2024-01-03 23:55:39 -0800 |
|---|---|---|
| committer | Dustin Mierau <dustin@mierau.me> | 2024-01-03 23:55:39 -0800 |
| commit | cc6e0e35cf6e662ffc3ad24e2510265caa5cf52a (patch) | |
| tree | 908b99f7995edf9dc911209be656fb731c47c5ad /Hotline/macOS/ChatView.swift | |
| parent | 2286040715ff8c08c4114c60e81f087f92d53800 (diff) | |
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.
Diffstat (limited to 'Hotline/macOS/ChatView.swift')
| -rw-r--r-- | Hotline/macOS/ChatView.swift | 1 |
1 files changed, 0 insertions, 1 deletions
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) { |