summaryrefslogtreecommitdiff
path: root/Sora/Views/Settings
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-02-24 05:21:24 -0800
committerFuwn <[email protected]>2025-02-24 05:21:24 -0800
commitac041a1c4f5c316416b1398790060bdad1521aa9 (patch)
treefb38d37aeee34c60b25f7636e22142d0f6a98a07 /Sora/Views/Settings
parentfeat: Development commit (diff)
downloadsora-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.swift2
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)
}
}