summaryrefslogtreecommitdiff
path: root/Sora/Views/Settings/SettingsView.swift
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-03-03 03:08:52 -0800
committerFuwn <[email protected]>2025-03-03 03:08:52 -0800
commit2646279dc1378d0c63e91372486baa85d83590bd (patch)
tree740abe2babf8e4ca9d9c4b86f64f2e4301533a98 /Sora/Views/Settings/SettingsView.swift
parentfeat: Development commit (diff)
downloadsora-testing-2646279dc1378d0c63e91372486baa85d83590bd.tar.xz
sora-testing-2646279dc1378d0c63e91372486baa85d83590bd.zip
feat: Development commit
Diffstat (limited to 'Sora/Views/Settings/SettingsView.swift')
-rw-r--r--Sora/Views/Settings/SettingsView.swift4
1 files changed, 4 insertions, 0 deletions
diff --git a/Sora/Views/Settings/SettingsView.swift b/Sora/Views/Settings/SettingsView.swift
index 4f00cbd..82738c8 100644
--- a/Sora/Views/Settings/SettingsView.swift
+++ b/Sora/Views/Settings/SettingsView.swift
@@ -22,6 +22,10 @@ struct SettingsView: View {
SettingsSearchView()
}
+ Section(header: Text("Export")) {
+ SettingsExportView()
+ }
+
Section(header: Text("Settings")) {
Button("Reset to Defaults") {
settings.resetToDefaults()