diff options
Diffstat (limited to 'Sora/Views/Settings')
| -rw-r--r-- | Sora/Views/Settings/Section/SettingsDetailsView.swift | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Sora/Views/Settings/Section/SettingsDetailsView.swift b/Sora/Views/Settings/Section/SettingsDetailsView.swift index c51ab76..284fbd2 100644 --- a/Sora/Views/Settings/Section/SettingsDetailsView.swift +++ b/Sora/Views/Settings/Section/SettingsDetailsView.swift @@ -11,5 +11,7 @@ struct SettingsDetailsView: View { } Toggle("Enable \"Share Image\" Shortcut", isOn: $settings.enableShareShortcut) + + Toggle("Display Tags", isOn: $settings.displayTags) } } |