💄 Rename IRC chat UI

This commit is contained in:
2025-09-23 20:28:46 +08:00
parent f760b85186
commit cccade763f

View File

@@ -178,7 +178,7 @@ class MessageItem extends HookConsumerWidget {
duration: const Duration(milliseconds: kFlashDuration),
decoration: BoxDecoration(color: flashColor),
child: switch (settings.messageDisplayStyle) {
'irc' => MessageItemDisplayIRC(
'compact' => MessageItemDisplayIRC(
message: message,
isCurrentUser: isCurrentUser,
progress: progress,