diff options
| author | Fuwn <[email protected]> | 2025-02-25 06:10:01 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-25 06:10:01 -0800 |
| commit | 6abaee1edc8bf193f2114923d057ffe749794a28 (patch) | |
| tree | 8703c740c4b2096911a54b5a166fd618ea76487d /Sora/Views/Settings/Section/SettingsDetailsView.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-6abaee1edc8bf193f2114923d057ffe749794a28.tar.xz sora-testing-6abaee1edc8bf193f2114923d057ffe749794a28.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Views/Settings/Section/SettingsDetailsView.swift')
| -rw-r--r-- | Sora/Views/Settings/Section/SettingsDetailsView.swift | 4 |
1 files changed, 4 insertions, 0 deletions
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 } } |