fix: Wrap debugSettingsSection in #if DEBUG
This commit is contained in:
parent
e085153d92
commit
ab88f2f83f
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user