mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Add button to add public instance to custom list
This commit is contained in:
@@ -138,8 +138,12 @@ struct InstancesSettings: View {
|
||||
}
|
||||
}
|
||||
|
||||
Button("Add Location...") {
|
||||
presentingInstanceForm = true
|
||||
HStack {
|
||||
Button("Add Location...") {
|
||||
presentingInstanceForm = true
|
||||
}
|
||||
Spacer()
|
||||
AddPublicInstanceButton()
|
||||
}
|
||||
}
|
||||
.frame(minWidth: 0, maxWidth: .infinity, alignment: .leading)
|
||||
|
Reference in New Issue
Block a user