diff options
| author | Fuwn <[email protected]> | 2026-02-23 09:51:09 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-23 13:33:42 -0800 |
| commit | 33cbce7af9dd26e40e9dd6ba825499eff9abd707 (patch) | |
| tree | 2a5ab11e3e3c1cbd74bf0634970fcf6e817be0b4 /Sora/Views/Settings/Section/SettingsSectionProviderView.swift | |
| parent | chore: add login localization key (diff) | |
| download | sora-testing-33cbce7af9dd26e40e9dd6ba825499eff9abd707.tar.xz sora-testing-33cbce7af9dd26e40e9dd6ba825499eff9abd707.zip | |
feat: add moebooru held-post visibility setting
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", |