mirror of
https://github.com/yattee/yattee.git
synced 2024-11-09 15:58:20 +00:00
Fix instance long description
This commit is contained in:
parent
b351b31e05
commit
33a131d2ca
@ -42,7 +42,7 @@ struct Instance: Defaults.Serializable, Hashable, Identifiable {
|
||||
}
|
||||
|
||||
var longDescription: String {
|
||||
name.isEmpty ? "\(app.name) - \(apiURLString)" : "\(app.name) - \(name) (\(apiURL))"
|
||||
name.isEmpty ? "\(app.name) - \(apiURLString)" : "\(app.name) - \(name) (\(apiURLString))"
|
||||
}
|
||||
|
||||
var shortDescription: String {
|
||||
|
Loading…
Reference in New Issue
Block a user