mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 13:33:42 +00:00
Fix syntax
This commit is contained in:
parent
371471ad81
commit
8b0c9d3d0a
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user