From ac041a1c4f5c316416b1398790060bdad1521aa9 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 24 Feb 2025 05:21:24 -0800 Subject: feat: Development commit --- Sora/Views/Settings/Section/SettingsDetailsView.swift | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Sora/Views/Settings/Section/SettingsDetailsView.swift') 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) } } -- cgit v1.2.3