mirror of
				https://github.com/yattee/yattee.git
				synced 2025-11-04 06:32:03 +00:00 
			
		
		
		
	Fix instance long description
This commit is contained in:
		@@ -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 {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user