Minor refactor and renaming

This commit is contained in:
Stuart Breckenridge
2022-11-13 15:57:13 +08:00
parent 7545ec919a
commit ccd8fa4ca7
4 changed files with 97 additions and 67 deletions

View File

@@ -211,7 +211,7 @@ struct SettingsViewRows {
/// This row, when tapped, will push the New Article Notifications
/// screen in to view.
static var ConfigureAppearance: some View {
NavigationLink(destination: AppearanceManagementView()) {
NavigationLink(destination: DisplayAndBehaviorsView()) {
Label {
Text("Display & Behaviors")
} icon: {