diff options
| author | Fuwn <[email protected]> | 2025-03-02 05:30:49 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-03-02 05:30:49 -0800 |
| commit | e4ac457d4f7599f6eb3416b9d4b0c46ee6449c9f (patch) | |
| tree | 14dc358b49317eeee08c7e2d4bdee747ef432cf8 /Sora/Views/Settings/SettingsView.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-e4ac457d4f7599f6eb3416b9d4b0c46ee6449c9f.tar.xz sora-testing-e4ac457d4f7599f6eb3416b9d4b0c46ee6449c9f.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Views/Settings/SettingsView.swift')
| -rw-r--r-- | Sora/Views/Settings/SettingsView.swift | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Sora/Views/Settings/SettingsView.swift b/Sora/Views/Settings/SettingsView.swift index a9c8141..4f00cbd 100644 --- a/Sora/Views/Settings/SettingsView.swift +++ b/Sora/Views/Settings/SettingsView.swift @@ -31,6 +31,12 @@ struct SettingsView: View { #endif } + #if DEBUG + Section(header: Text("Debug")) { + SettingsDebugView() + } + #endif + Section(header: Text("Credits")) { SettingsCreditsView() } |