mirror of
https://github.com/neon443/ShhShell.git
synced 2026-03-11 13:26:16 +00:00
added a quick font manager/selector
added selectfont, savefont updated loadfonts fix swipeaction tint color for hosts
This commit is contained in:
@@ -30,6 +30,19 @@ struct ContentView: View {
|
||||
keyManager: keyManager
|
||||
)
|
||||
|
||||
Section() {
|
||||
NavigationLink {
|
||||
ThemeManagerView(hostsManager: hostsManager)
|
||||
} label: {
|
||||
Label("Themes", systemImage: "swatchpalette")
|
||||
}
|
||||
NavigationLink {
|
||||
FontManagerView(hostsManager: hostsManager)
|
||||
} label: {
|
||||
Label("Fonts", systemImage: "textformat")
|
||||
}
|
||||
}
|
||||
|
||||
NavigationLink {
|
||||
KeyManagerView(hostsManager: hostsManager, keyManager: keyManager)
|
||||
} label: {
|
||||
|
||||
Reference in New Issue
Block a user