aboutsummaryrefslogtreecommitdiff
path: root/Hotline/macOS
diff options
context:
space:
mode:
Diffstat (limited to 'Hotline/macOS')
-rw-r--r--Hotline/macOS/ServerView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Hotline/macOS/ServerView.swift b/Hotline/macOS/ServerView.swift
index 9b4c044..acd3ac2 100644
--- a/Hotline/macOS/ServerView.swift
+++ b/Hotline/macOS/ServerView.swift
@@ -394,7 +394,7 @@ struct ServerView: View {
.padding(.leading, 4)
}
else {
- Text("")
+ Image("User")
.frame(width: 16, height: 16)
.padding(.leading, 4)
}