mirror of
				https://github.com/yattee/yattee.git
				synced 2025-11-04 06:32:03 +00:00 
			
		
		
		
	Fix syntax
This commit is contained in:
		@@ -436,9 +436,9 @@ enum ButtonLabelStyle: String, CaseIterable, Defaults.Serializable {
 | 
			
		||||
    var description: String {
 | 
			
		||||
        switch self {
 | 
			
		||||
        case .iconOnly:
 | 
			
		||||
            "Icon only"
 | 
			
		||||
            return "Icon only"
 | 
			
		||||
        case .iconAndText:
 | 
			
		||||
            "Icon and text"
 | 
			
		||||
            return "Icon and text"
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user