Separate post and page view to files

This commit is contained in:
Christoph Hagen
2025-01-27 22:31:02 +01:00
parent 89062f153c
commit eaad0a4bff
7 changed files with 201 additions and 197 deletions

View File

@ -41,6 +41,7 @@ struct NavigationBarSettingsView: View {
}
Text("Select the tags to show in the navigation bar. The number should be even.")
.foregroundStyle(.secondary)
. padding(.bottom)
LocalizedNavigationBarSettingsView(settings: content.settings.navigation.localized(in: language))
}