mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-22 22:32:22 +00:00
Added "..." to menu items to signify it pops up in a window
This commit is contained in:
parent
e621058cfd
commit
5da4fd2aef
@ -149,8 +149,8 @@ class AppDelegate: NSObject, NSApplicationDelegate {
|
|||||||
func buildMenu() {
|
func buildMenu() {
|
||||||
let menu = NSMenu()
|
let menu = NSMenu()
|
||||||
|
|
||||||
menu.addItem(NSMenuItem(title: "Network Details", action: #selector(AppDelegate.showNetworks), keyEquivalent: "n"))
|
menu.addItem(NSMenuItem(title: "Network Details...", action: #selector(AppDelegate.showNetworks), keyEquivalent: "n"))
|
||||||
menu.addItem(NSMenuItem(title: "Join Network", action: #selector(AppDelegate.joinNetwork), keyEquivalent: "j"))
|
menu.addItem(NSMenuItem(title: "Join Network...", action: #selector(AppDelegate.joinNetwork), keyEquivalent: "j"))
|
||||||
menu.addItem(NSMenuItem.separatorItem())
|
menu.addItem(NSMenuItem.separatorItem())
|
||||||
|
|
||||||
if networks.count > 0 {
|
if networks.count > 0 {
|
||||||
|
Loading…
Reference in New Issue
Block a user