summaryrefslogtreecommitdiff
path: root/DomainDig/ContentView.swift
diff options
context:
space:
mode:
Diffstat (limited to 'DomainDig/ContentView.swift')
-rw-r--r--DomainDig/ContentView.swift4
1 files changed, 4 insertions, 0 deletions
diff --git a/DomainDig/ContentView.swift b/DomainDig/ContentView.swift
index 754909c..c9f40d6 100644
--- a/DomainDig/ContentView.swift
+++ b/DomainDig/ContentView.swift
@@ -2540,6 +2540,10 @@ struct SettingsView: View {
MonitoringView(viewModel: viewModel)
}
+ NavigationLink("Integrations") {
+ IntegrationsSettingsView()
+ }
+
NavigationLink("iCloud Sync") {
CloudSyncSettingsView()
}