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
@@ -778,7 +778,7 @@
<outlet property="team2name" destination="hNo-aO-xJW" id="ZLi-9Q-tqd"/> <outlet property="team2name" destination="hNo-aO-xJW" id="ZLi-9Q-tqd"/>
<outlet property="team2score" destination="Hqx-IU-9zH" id="5eZ-GW-L6H"/> <outlet property="team2score" destination="Hqx-IU-9zH" id="5eZ-GW-L6H"/>
</connections> </connections>
<point key="canvasLocation" x="-242" y="1420"/> <point key="canvasLocation" x="453" y="1393"/>
</customView> </customView>
</objects> </objects>
</document> </document>
+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 { for match in matches {
let newItem = MatchMenuItem.init(for: match, action: #selector(self.openStreamLink)) let newItem = MatchMenuItem.init(for: match, action: #selector(self.openStreamLink))
newItem.tag = 1 newItem.tag = 1