diff options
| author | Fuwn <[email protected]> | 2025-02-21 23:30:01 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-21 23:30:01 -0800 |
| commit | c82c394a2fa8513a83238fb4d0ccdd8567b316d5 (patch) | |
| tree | 7d392440848a48b5d77edb027f248d8a1e1fa153 /Sora/Views/SettingsView.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-c82c394a2fa8513a83238fb4d0ccdd8567b316d5.tar.xz sora-testing-c82c394a2fa8513a83238fb4d0ccdd8567b316d5.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Views/SettingsView.swift')
| -rw-r--r-- | Sora/Views/SettingsView.swift | 2 |
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() } } |