Skip to content

Commit

Permalink
tweak shared chat source tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyxchow committed Dec 27, 2024
1 parent 045bb77 commit 1238867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/models/irc.dart
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ class IRCMessage {
child: Tooltip(
triggerMode: TooltipTriggerMode.tap,
preferBelow: false,
message: sourceChannelUser.displayName,
message: 'Sent from ${sourceChannelUser.displayName}',
child: CachedNetworkImage(
imageUrl: sourceChannelUser.profileImageUrl,
imageBuilder: (context, imageProvider) => Container(
Expand Down

0 comments on commit 1238867

Please sign in to comment.