Move settings + generation to sheets
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
import SwiftUI
|
||||
|
||||
struct LocalizedNavigationBarSettingsView: View {
|
||||
|
||||
@ObservedObject
|
||||
var settings: LocalizedNavigationSettings
|
||||
|
||||
var body: some View {
|
||||
VStack(alignment: .leading) {
|
||||
StringPropertyView(
|
||||
title: "Root URL",
|
||||
text: $settings.rootUrl,
|
||||
footer: "The url leading to the root page for the language")
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user