diff options
Diffstat (limited to 'Hotline/macOS')
| -rw-r--r-- | Hotline/macOS/ServerView.swift | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Hotline/macOS/ServerView.swift b/Hotline/macOS/ServerView.swift index df3e54b..a66a071 100644 --- a/Hotline/macOS/ServerView.swift +++ b/Hotline/macOS/ServerView.swift @@ -135,6 +135,7 @@ struct ServerView: View { Text(error) .font(.caption) .foregroundStyle(.secondary) + .multilineTextAlignment(.center) } .frame(maxWidth: 300) .padding() |