Fix "Only buttons" settings
This commit is contained in:
parent
962c7c0295
commit
2e1652ef53
|
@ -81,7 +81,7 @@ struct StatusRowActionsView: View {
|
|||
}
|
||||
|
||||
func count(dataController: StatusDataController, isFocused: Bool, theme: Theme) -> Int? {
|
||||
if theme.statusActionsDisplay == .discret, isFocused {
|
||||
if theme.statusActionsDisplay == .discret, !isFocused {
|
||||
return nil
|
||||
}
|
||||
switch self {
|
||||
|
|
Loading…
Reference in New Issue