summaryrefslogtreecommitdiff
path: root/Sora/Views/Settings/Section
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-02-26 21:38:20 -0800
committerFuwn <[email protected]>2025-02-26 21:38:20 -0800
commit4178fb9cd592445af2128393597a901f2b7b03eb (patch)
tree78d6eaf915b83669297b95f5f6f57015c6e0f086 /Sora/Views/Settings/Section
parentfeat: Development commit (diff)
downloadsora-testing-4178fb9cd592445af2128393597a901f2b7b03eb.tar.xz
sora-testing-4178fb9cd592445af2128393597a901f2b7b03eb.zip
feat: Development commit
Diffstat (limited to 'Sora/Views/Settings/Section')
-rw-r--r--Sora/Views/Settings/Section/SettingsDetailsView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Sora/Views/Settings/Section/SettingsDetailsView.swift b/Sora/Views/Settings/Section/SettingsDetailsView.swift
index 46072e6..9009eda 100644
--- a/Sora/Views/Settings/Section/SettingsDetailsView.swift
+++ b/Sora/Views/Settings/Section/SettingsDetailsView.swift
@@ -12,7 +12,7 @@ struct SettingsDetailsView: View {
Toggle("Enable \"Share Image\" Shortcut", isOn: $settings.enableShareShortcut)
- Toggle("Display Tags", isOn: $settings.displayTags)
+ Toggle("Display Information Bar", isOn: $settings.displayDetailsInformationBar)
#if os(macOS)
Toggle("Save Tags to File During Download", isOn: $settings.saveTagsToFile)