diff options
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 { |