diff options
| author | Dustin Mierau <dustin@mierau.me> | 2025-11-10 15:30:16 -0800 |
|---|---|---|
| committer | Dustin Mierau <dustin@mierau.me> | 2025-11-10 15:30:16 -0800 |
| commit | a4263aea6e2875fa77783685985e5c8f7991337f (patch) | |
| tree | b079ff2a35624213b9f41af05b3a9c9b65fdc40b /Hotline/macOS/HotlinePanelView.swift | |
| parent | 5098adcccc0a60e600bf4aeb01d74537d31ba111 (diff) | |
More cleanup and fix for connect view showing right before login UI displays. Move connect form to ConnectView.
Diffstat (limited to 'Hotline/macOS/HotlinePanelView.swift')
| -rw-r--r-- | Hotline/macOS/HotlinePanelView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Hotline/macOS/HotlinePanelView.swift b/Hotline/macOS/HotlinePanelView.swift index 220ea97..a56cd44 100644 --- a/Hotline/macOS/HotlinePanelView.swift +++ b/Hotline/macOS/HotlinePanelView.swift @@ -124,7 +124,7 @@ struct HotlinePanelView: View { .buttonStyle(.plain) .frame(width: 20, height: 20) .disabled(self.activeServerState == nil) - .help("Accounts") + .help("Administration") } Button { |