aboutsummaryrefslogtreecommitdiff
path: root/Hotline/macOS/ServerView.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Hotline/macOS/ServerView.swift')
-rw-r--r--Hotline/macOS/ServerView.swift3
1 files changed, 3 insertions, 0 deletions
diff --git a/Hotline/macOS/ServerView.swift b/Hotline/macOS/ServerView.swift
index 7589744..a7dc90d 100644
--- a/Hotline/macOS/ServerView.swift
+++ b/Hotline/macOS/ServerView.swift
@@ -390,9 +390,12 @@ struct ServerView: View {
.toolbar {
ToolbarItem(placement: .navigation) {
Image(systemName: "globe.americas.fill")
+ .renderingMode(.template)
+
.resizable()
.scaledToFit()
.frame(width: 18)
+ .opacity(controlActiveState == .inactive ? 0.4 : 1.0)
}
}
}