aboutsummaryrefslogtreecommitdiff
path: root/Hotline/macOS
diff options
context:
space:
mode:
authorDustin Mierau <dustin@mierau.me>2023-12-22 22:27:36 -0800
committerDustin Mierau <dustin@mierau.me>2023-12-22 22:27:36 -0800
commit141ba771eddd2e504a0f29bafd7b9f7c032b72c0 (patch)
tree7e1949065c2061cdec9aaea6c834881d7b2fcac7 /Hotline/macOS
parentb9443172e78669b78d3bd3fa4f20e1b202d9c741 (diff)
Add icon to Servers window. Add a simple app icon for macOS.
Diffstat (limited to 'Hotline/macOS')
-rw-r--r--Hotline/macOS/TrackerView.swift10
1 files changed, 5 insertions, 5 deletions
diff --git a/Hotline/macOS/TrackerView.swift b/Hotline/macOS/TrackerView.swift
index 874bcc2..789b2cd 100644
--- a/Hotline/macOS/TrackerView.swift
+++ b/Hotline/macOS/TrackerView.swift
@@ -217,7 +217,7 @@ struct TrackerView: View {
var bookmarks: [TrackerBookmark] = [
TrackerBookmark(type: .server, name: "RetroMac", address: "82.32.130.173"),
TrackerBookmark(type: .server, name: "System 7 Today", address: "158.174.146.146"),
- TrackerBookmark(type: .server, name: "Bob Kiwi's House", address: "73.132.92.104"),
+// TrackerBookmark(type: .server, name: "Bob Kiwi's House", address: "73.132.92.104"),
TrackerBookmark(type: .tracker, name: "Featured Servers", address: "hltracker.com"),
TrackerBookmark(type: .tracker, name: "Agent79", address: "tracked.agent79.org"),
TrackerBookmark(type: .tracker, name: "Preterhuman", address: "tracker.preterhuman.net"),
@@ -349,13 +349,13 @@ struct TrackerView: View {
} label: {
Label("Refresh", systemImage: "arrow.clockwise")
}
- .help("Refresh")
+ .help("Refresh Trackers")
}
ToolbarItem(placement: .primaryAction) {
Button {
} label: {
- Label("Add Tracker", systemImage: "point.3.filled.connected.trianglepath.dotted")
+ Label("Add Tracker...", systemImage: "point.3.filled.connected.trianglepath.dotted")
}
.help("Add Tracker")
}
@@ -363,9 +363,9 @@ struct TrackerView: View {
ToolbarItem(placement: .primaryAction) {
Button {
} label: {
- Label("Add Server", systemImage: "plus")
+ Label("Add Server Bookmark...", systemImage: "plus")
}
- .help("Add Server")
+ .help("Add Server Bookmark")
}
}
.onAppear {