crossmate

A collaborative crossword app for iOS
Log | Files | Refs | LICENSE

commit 1c9f85393580032a8b1e2eadc8eaf5836aa5b965
parent c14bce952b7eaa0f1b3ba6b79a7811e13bd92438
Author: Michael Camilleri <[email protected]>
Date:   Tue, 21 Jul 2026 18:18:41 +0900

Reorder sections in Settings

Diffstat:
MCrossmate/Views/Settings/SettingsView.swift | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Crossmate/Views/Settings/SettingsView.swift b/Crossmate/Views/Settings/SettingsView.swift @@ -78,16 +78,16 @@ struct SettingsView: View { Text("These settings apply only to this device.") } - Section("Advanced") { - Toggle("Skip Filled Cells", isOn: $preferences.skipsFilledCells) - } - Section("Sharing") { NavigationLink("Blocked Users") { BlockedUsersView() } } + Section("Advanced") { + Toggle("Skip Filled Cells", isOn: $preferences.skipsFilledCells) + } + if debugMode { Section("Debugging") { Toggle("Enable iCloud Sync", isOn: $preferences.isICloudSyncEnabled)