mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Add settings for frontend instance URL
This commit is contained in:
@@ -82,7 +82,8 @@ struct InstanceForm: View {
|
||||
TextField("Name", text: $name, prompt: Text("Instance Name (optional)"))
|
||||
.focused($nameFieldFocused)
|
||||
|
||||
TextField("URL", text: $url, prompt: Text("https://invidious.home.net"))
|
||||
TextField("API URL", text: $url, prompt: Text("https://invidious.home.net"))
|
||||
|
||||
#if !os(macOS)
|
||||
.autocapitalization(.none)
|
||||
.keyboardType(.URL)
|
||||
|
Reference in New Issue
Block a user