summaryrefslogtreecommitdiff
path: root/Sora/Views/Settings/Section/SettingsSectionProviderView.swift
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-02-23 09:51:09 -0800
committerFuwn <[email protected]>2026-02-23 13:33:42 -0800
commit33cbce7af9dd26e40e9dd6ba825499eff9abd707 (patch)
tree2a5ab11e3e3c1cbd74bf0634970fcf6e817be0b4 /Sora/Views/Settings/Section/SettingsSectionProviderView.swift
parentchore: add login localization key (diff)
downloadsora-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.swift4
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",