aboutsummaryrefslogtreecommitdiff
path: root/Hotline/MacApp.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Hotline/MacApp.swift')
-rw-r--r--Hotline/MacApp.swift6
1 files changed, 3 insertions, 3 deletions
diff --git a/Hotline/MacApp.swift b/Hotline/MacApp.swift
index 9ac54c1..5a84da8 100644
--- a/Hotline/MacApp.swift
+++ b/Hotline/MacApp.swift
@@ -277,11 +277,11 @@ struct Application: App {
if activeHotline?.access?.contains(.canOpenUsers) == true {
Divider()
- Button("Accounts") {
- activeServerState?.selection = .accounts
+ Button("Manage Server...") {
+ activeServerState?.accountsShown = true
}
.disabled(activeHotline?.status != .loggedIn || activeHotline?.access?.contains(.canOpenUsers) != true )
- .keyboardShortcut(.init("5"), modifiers: .command)
+// .keyboardShortcut(.init("5"), modifiers: .command)
}
}
}