diff options
| author | Fuwn <[email protected]> | 2025-02-26 21:38:20 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-26 21:38:20 -0800 |
| commit | 4178fb9cd592445af2128393597a901f2b7b03eb (patch) | |
| tree | 78d6eaf915b83669297b95f5f6f57015c6e0f086 /Sora/Views/Settings/Section | |
| parent | feat: Development commit (diff) | |
| download | sora-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.swift | 2 |
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) |