mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-22 16:31:00 +00:00
Fix "Only buttons" settings
This commit is contained in:
parent
962c7c0295
commit
2e1652ef53
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue