iOS: fix settings sheet action closure scope

This commit is contained in:
Mariano Belinky
2026-02-16 15:18:59 +00:00
committed by Mariano Belinky
parent a590ec9849
commit 26dbb74023

View File

@@ -225,7 +225,6 @@ struct SettingsTab: View {
.background(.thinMaterial, in: RoundedRectangle(cornerRadius: 10, style: .continuous))
}
}
}
} label: {
HStack(spacing: 10) {
Circle()