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
|
@ViewBuilder
|
||||||
private var debugSettingsSection: some View {
|
private var debugSettingsSection: some View {
|
||||||
Section {
|
Section {
|
||||||
@ -147,6 +148,7 @@ struct SettingsContainerView: View {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
@ViewBuilder
|
@ViewBuilder
|
||||||
private var appInfoSection: some View {
|
private var appInfoSection: some View {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user