add snippet link

- has no way to add snips
update duplicatetheme
This commit is contained in:
neon443
2025-07-21 20:57:02 +01:00
parent 874250b5ee
commit d7aab6eaaa
5 changed files with 40 additions and 26 deletions

View File

@@ -43,7 +43,11 @@ struct ContentView: View {
}
}
NavigationLink {
SnippetManagerView(hostsManager: hostsManager)
} label: {
Label("Snippets", systemImage: "paperclip")
}
NavigationLink {
KeyManagerView(hostsManager: hostsManager, keyManager: keyManager)