tried some small things

This commit is contained in:
Felix Förtsch
2019-01-07 15:39:48 +01:00
parent cabd63f052
commit 7de8fd2c2b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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