From 6abaee1edc8bf193f2114923d057ffe749794a28 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 25 Feb 2025 06:10:01 -0800 Subject: feat: Development commit --- Sora/Views/Settings/Section/SettingsDetailsView.swift | 4 ++++ 1 file changed, 4 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 284fbd2..46072e6 100644 --- a/Sora/Views/Settings/Section/SettingsDetailsView.swift +++ b/Sora/Views/Settings/Section/SettingsDetailsView.swift @@ -13,5 +13,9 @@ struct SettingsDetailsView: View { Toggle("Enable \"Share Image\" Shortcut", isOn: $settings.enableShareShortcut) Toggle("Display Tags", isOn: $settings.displayTags) + + #if os(macOS) + Toggle("Save Tags to File During Download", isOn: $settings.saveTagsToFile) + #endif } } -- cgit v1.2.3