remove source control message
This commit is contained in:
@@ -56,11 +56,8 @@ class StatusBarController: NSObject, NSMenuItemValidation {
|
||||
}
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
if let matches = self.matchesAPI.fetchMatches(for: "counterstrike") {
|
||||
=======
|
||||
if let matches = self.matchesAPI.fetchMatches(for: "starcraft2") {
|
||||
>>>>>>> 7de8fd2c2bd41baf8480580a6392c8c7869919a6
|
||||
|
||||
if let matches = self.matchesAPI.fetchMatches(for: "dota2") {
|
||||
for match in matches {
|
||||
let newItem = MatchMenuItem.init(for: match, action: #selector(self.openStreamLink))
|
||||
newItem.tag = 1
|
||||
|
||||
Reference in New Issue
Block a user