mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-25 19:00:45 +01:00
Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
8d1e27a0bf
commit
018e434d49
@ -64,7 +64,7 @@ class ChatView extends StatelessWidget {
|
||||
onPressed: controller.redactEventsAction,
|
||||
),
|
||||
IconButton(
|
||||
icon: const Icon(Icons.push_pin),
|
||||
icon: const Icon(Icons.push_pin_outlined),
|
||||
onPressed: controller.pinEvent,
|
||||
tooltip: L10n.of(context)!.pinMessage,
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user