|
|
|
|
@ -256,7 +256,7 @@ struct TournamentView: View { |
|
|
|
|
NavigationLink(value: Screen.stateSettings) { |
|
|
|
|
Label("Gestion", systemImage: "trash") |
|
|
|
|
} |
|
|
|
|
.disabled(self.tournament.sharing) |
|
|
|
|
.disabled((self.tournament.sharing != nil)) |
|
|
|
|
|
|
|
|
|
} label: { |
|
|
|
|
Label("Réglages", systemImage: "wrench.and.screwdriver") |
|
|
|
|
|