summaryrefslogtreecommitdiff
path: root/Sora/Views/SettingsView.swift
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-02-21 23:30:01 -0800
committerFuwn <[email protected]>2025-02-21 23:30:01 -0800
commitc82c394a2fa8513a83238fb4d0ccdd8567b316d5 (patch)
tree7d392440848a48b5d77edb027f248d8a1e1fa153 /Sora/Views/SettingsView.swift
parentfeat: Development commit (diff)
downloadsora-testing-c82c394a2fa8513a83238fb4d0ccdd8567b316d5.tar.xz
sora-testing-c82c394a2fa8513a83238fb4d0ccdd8567b316d5.zip
feat: Development commit
Diffstat (limited to 'Sora/Views/SettingsView.swift')
-rw-r--r--Sora/Views/SettingsView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Sora/Views/SettingsView.swift b/Sora/Views/SettingsView.swift
index 5a42cd1..a4a37ae 100644
--- a/Sora/Views/SettingsView.swift
+++ b/Sora/Views/SettingsView.swift
@@ -23,7 +23,7 @@ struct SettingsView: View {
Section(header: Text("Settings")) {
Button("Reset to Defaults") {
- self.settings.resetToDefaults()
+ settings.resetToDefaults()
}
}