mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-18 14:39:09 +00:00
Show module UUID in DEBUG
This commit is contained in:
parent
52bda60b05
commit
5f20d791c2
@ -36,6 +36,9 @@ struct ModuleViewModifier<T>: ViewModifier where T: ModuleBuilder & Equatable {
|
|||||||
func body(content: Content) -> some View {
|
func body(content: Content) -> some View {
|
||||||
Form {
|
Form {
|
||||||
content
|
content
|
||||||
|
#if DEBUG
|
||||||
|
UUIDSection(uuid: draft.id)
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
.themeForm()
|
.themeForm()
|
||||||
.themeManualInput()
|
.themeManualInput()
|
||||||
|
Loading…
Reference in New Issue
Block a user