mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Minor refactor and renaming
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user