diff --git a/PadelClub/Views/Planning/PlanningSettingsView.swift b/PadelClub/Views/Planning/PlanningSettingsView.swift index ed03bc6..0ee5485 100644 --- a/PadelClub/Views/Planning/PlanningSettingsView.swift +++ b/PadelClub/Views/Planning/PlanningSettingsView.swift @@ -109,7 +109,7 @@ struct PlanningSettingsView: View { NavigationLink { _optionsView() } label: { - Text("Voir les options avancées") + Text("Voir plus d'options intelligentes") } } @@ -271,14 +271,14 @@ struct PlanningSettingsView: View { } } - Section { - Toggle(isOn: $matchScheduler.shouldTryToFillUpCourtsAvailable) { - Text("Remplir au maximum les terrains d'une rotation") - } - } footer: { - Text("Tout en tenant compte de l'option ci-dessous, Padel Club essaiera de remplir les créneaux à chaque rotation.") - } - +// Section { +// Toggle(isOn: $matchScheduler.shouldTryToFillUpCourtsAvailable) { +// Text("Remplir au maximum les terrains d'une rotation") +// } +// } footer: { +// Text("Tout en tenant compte de l'option ci-dessous, Padel Club essaiera de remplir les créneaux à chaque rotation.") +// } +// Section { Toggle(isOn: $matchScheduler.shouldHandleUpperRoundSlice) { Text("Équilibrer les matchs d'une manche")