mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 21:43:41 +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 {
|
var description: String {
|
||||||
switch self {
|
switch self {
|
||||||
case .iconOnly:
|
case .iconOnly:
|
||||||
"Icon only"
|
return "Icon only"
|
||||||
case .iconAndText:
|
case .iconAndText:
|
||||||
"Icon and text"
|
return "Icon and text"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user