diff options
author | Shav Kinderlehrer <[email protected]> | 2024-02-23 23:54:13 -0500 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2024-02-23 23:54:13 -0500 |
commit | 4f041f9020fe3069c6af08cc8c7d9ec26f3b4937 (patch) | |
tree | 27ec0f81f0a810347d6ba2c5756bba19f9237f41 /Jel/Views/Settings/SettingsView.swift | |
parent | 33b07566cbc07295131e9fe0e14643fbd9c5d14a (diff) | |
download | jel-4f041f9020fe3069c6af08cc8c7d9ec26f3b4937.tar.gz jel-4f041f9020fe3069c6af08cc8c7d9ec26f3b4937.zip |
Add license page
Diffstat (limited to 'Jel/Views/Settings/SettingsView.swift')
-rw-r--r-- | Jel/Views/Settings/SettingsView.swift | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Jel/Views/Settings/SettingsView.swift b/Jel/Views/Settings/SettingsView.swift index 8cd5a8a..8c582de 100644 --- a/Jel/Views/Settings/SettingsView.swift +++ b/Jel/Views/Settings/SettingsView.swift @@ -57,6 +57,14 @@ struct SettingsView: View { } header: { Text("Debug") } + + Section() { + NavigationLink { + LibrariesView() + } label: { + Text("Acknowledgements") + } + } } .navigationTitle("Settings") .toolbar { |