updated forward icon in message options and added scale limits to profile picture viewer

This commit is contained in:
2026-05-13 18:50:45 +02:00
parent d0ba7c0fd6
commit e8707b36f1
2 changed files with 3 additions and 1 deletions
@@ -105,7 +105,7 @@ void showChatMessageOptionsDialog(
),
if (canReact && (bubbleData.message != '{file}' || attachedFile != null))
ListTile(
leading: const Icon(Icons.forward_outlined),
leading: const Icon(Icons.shortcut_outlined),
title: const Text('Weiterleiten'),
onTap: () {
Navigator.of(sheetCtx).pop();