mirror of
https://github.com/writeas/writefreely-swiftui-multiplatform.git
synced 2024-11-15 01:11:02 +00:00
Add support section to settings view with link to help forum
This commit is contained in:
parent
0cbac1bdb5
commit
14dd75e410
@ -13,6 +13,13 @@ struct SettingsView: View {
|
||||
Section(header: Text("Appearance")) {
|
||||
PreferencesView(preferences: model.preferences)
|
||||
}
|
||||
Section(header: Text("Support")) {
|
||||
HStack {
|
||||
Spacer()
|
||||
Link("Visit Help Forum", destination: model.helpURL)
|
||||
Spacer()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
// .preferredColorScheme(preferences.selectedColorScheme) // See PreferencesModel for info.
|
||||
|
Loading…
Reference in New Issue
Block a user