mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-23 00:40:59 +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? {
|
func count(dataController: StatusDataController, isFocused: Bool, theme: Theme) -> Int? {
|
||||||
if theme.statusActionsDisplay == .discret, isFocused {
|
if theme.statusActionsDisplay == .discret, !isFocused {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
switch self {
|
switch self {
|
||||||
|
|
Loading…
Reference in a new issue