diff options
Diffstat (limited to 'Sora/Views/Settings/Section/SettingsSectionProviderView.swift')
| -rw-r--r-- | Sora/Views/Settings/Section/SettingsSectionProviderView.swift | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Sora/Views/Settings/Section/SettingsSectionProviderView.swift b/Sora/Views/Settings/Section/SettingsSectionProviderView.swift index 172ddc6..9ba7610 100644 --- a/Sora/Views/Settings/Section/SettingsSectionProviderView.swift +++ b/Sora/Views/Settings/Section/SettingsSectionProviderView.swift @@ -22,6 +22,10 @@ struct SettingsSectionProviderView: View { } } + Section(header: Text("Moebooru Feed")) { + Toggle("Show Held Posts", isOn: $settings.showHeldMoebooruPosts) + } + Section(header: Text("API Credentials")) { SecureField( "API Key", |