Removeds AddAccountViewController

This commit is contained in:
Stuart Breckenridge
2022-12-15 22:05:28 +08:00
parent b526f05e68
commit 50964bf32b
3 changed files with 1 additions and 256 deletions

View File

@@ -34,7 +34,7 @@ struct WebFeedInspectorView: View {
if webFeed.isFeedProvider == false {
Toggle(isOn: Binding(
get: { webFeed.isArticleExtractorAlwaysOn ?? false },
get: { webFeed.isArticleExtractorAlwaysOn ?? false },
set: { webFeed.isArticleExtractorAlwaysOn = $0 })) {
Text("ALWAYS_SHOW_READER_VIEW", tableName: "Inspector")
}