|
|
|
@ -172,7 +172,7 @@ struct SchedulerView: View { |
|
|
|
Text("Match de classement \(round.roundTitle(.short))") |
|
|
|
Text("Match de classement \(round.roundTitle(.short))") |
|
|
|
} footer: { |
|
|
|
} footer: { |
|
|
|
if tournament.isAnimation() == false, round.index == 1, let semi = round.loserRounds().first { |
|
|
|
if tournament.isAnimation() == false, round.index == 1, let semi = round.loserRounds().first { |
|
|
|
let federalFormat = tournament.loserBracketSmartMatchFormat(1) |
|
|
|
let federalFormat = tournament.loserBracketSmartMatchFormat() |
|
|
|
if semi.matchFormat.weight > federalFormat.weight { |
|
|
|
if semi.matchFormat.weight > federalFormat.weight { |
|
|
|
Button { |
|
|
|
Button { |
|
|
|
round.updateMatchFormatAndAllMatches(federalFormat) |
|
|
|
round.updateMatchFormatAndAllMatches(federalFormat) |
|
|
|
|