fix: Wrap debugSettingsSection in #if DEBUG

This commit is contained in:
Ilyas Hallak 2025-12-05 10:25:23 +01:00
parent e085153d92
commit ab88f2f83f

View File

@ -104,6 +104,7 @@ struct SettingsContainerView: View {
}
}
#if DEBUG
@ViewBuilder
private var debugSettingsSection: some View {
Section {
@ -147,6 +148,7 @@ struct SettingsContainerView: View {
}
}
}
#endif
@ViewBuilder
private var appInfoSection: some View {