tried some small things
This commit is contained in:
@@ -56,7 +56,7 @@ class StatusBarController: NSObject, NSMenuItemValidation {
|
||||
}
|
||||
}
|
||||
|
||||
if let matches = self.matchesAPI.fetchMatches(for: "dota2") {
|
||||
if let matches = self.matchesAPI.fetchMatches(for: "starcraft2") {
|
||||
for match in matches {
|
||||
let newItem = MatchMenuItem.init(for: match, action: #selector(self.openStreamLink))
|
||||
newItem.tag = 1
|
||||
|
||||
Reference in New Issue
Block a user