mirror of
https://github.com/yattee/yattee.git
synced 2025-10-14 03:20:37 +00:00
Allow import of accounts to manually added (not imported) instances
This commit is contained in:
@@ -62,7 +62,7 @@ struct ImportSettingsAccountRow: View {
|
||||
}
|
||||
} else {
|
||||
Group {
|
||||
if InstancesModel.shared.find(instanceID) != nil {
|
||||
if InstancesModel.shared.find(instanceID) != nil || InstancesModel.shared.findByURLString(account.urlString) != nil {
|
||||
HStack {
|
||||
Image(systemName: "checkmark.circle.fill")
|
||||
.foregroundColor(.green)
|
||||
|
Reference in New Issue
Block a user