Add flags to regions in menu

This commit is contained in:
Davide De Rosa 2021-01-03 12:49:00 +01:00
parent f3b267ba88
commit 51373a36f2
1 changed files with 1 additions and 0 deletions

View File

@ -318,6 +318,7 @@ class StatusMenu: NSObject {
}
let itemGroup = NSMenuItem(title: title, action: #selector(connectToPool(_:)), keyEquivalent: "")
itemGroup.image = group.logo
itemGroup.target = self
itemGroup.representedObject = group