summaryrefslogtreecommitdiff
path: root/Sora/Views/Settings/Section
diff options
context:
space:
mode:
Diffstat (limited to 'Sora/Views/Settings/Section')
-rw-r--r--Sora/Views/Settings/Section/SettingsDetailsView.swift4
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
}
}