tried some small things
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user