Adds early work on managing appearance

This commit is contained in:
Stuart Breckenridge
2022-11-12 23:10:30 +08:00
parent bb49e744ae
commit 9fc6c54222
13 changed files with 194 additions and 9 deletions

View File

@@ -32,8 +32,8 @@ struct SettingsView: View {
}
Section(footer: Text("Configure the look and feel of NetNewsWire.")) {
SettingsViewRows.ConfigureNewArticleNotifications
SettingsViewRows.ConfigureAppearance
SettingsViewRows.ConfigureNewArticleNotifications
}