mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-03-28 12:35:27 +00:00
Disable boost for follower only status close #266
This commit is contained in:
parent
34f2d29377
commit
32777a88ba
1 changed files with 2 additions and 1 deletions
|
@ -85,7 +85,8 @@ struct StatusActionsView: View {
|
|||
}
|
||||
}
|
||||
.buttonStyle(.borderless)
|
||||
.disabled(action == .boost && viewModel.status.visibility == .direct)
|
||||
.disabled(action == .boost &&
|
||||
(viewModel.status.visibility == .direct || viewModel.status.visibility == .priv))
|
||||
Spacer()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue