From 4178fb9cd592445af2128393597a901f2b7b03eb Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 26 Feb 2025 21:38:20 -0800 Subject: feat: Development commit --- Sora/Views/Settings/Section/SettingsDetailsView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 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) -- cgit v1.2.3