Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjmarf committed Dec 17, 2024
1 parent 9b100a7 commit d8be5a2
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ extension Message1Providing {
) -> [any Action] {
basicMenuActions(feedback: feedback)
if api.isAdmin {
ActionGroup {
ActionGroup(
appearance: .init(label: "Moderation...", color: Palette.main.moderation, icon: Icons.moderation),
displayMode: Settings.main.moderatorActionGrouping == .divider ? .section : .disclosure
) {
moderatorMenuActions(feedback: feedback, report: report)
}
}
Expand Down

0 comments on commit d8be5a2

Please sign in to comment.