diff options
| author | Fuwn <[email protected]> | 2025-02-24 05:21:24 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-24 05:21:24 -0800 |
| commit | ac041a1c4f5c316416b1398790060bdad1521aa9 (patch) | |
| tree | fb38d37aeee34c60b25f7636e22142d0f6a98a07 /Sora/Views/Settings | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-ac041a1c4f5c316416b1398790060bdad1521aa9.tar.xz sora-testing-ac041a1c4f5c316416b1398790060bdad1521aa9.zip | |
feat: Development commit
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) } } |