mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-24 22:42:33 +01:00
Merge branch 'soru/download-audio' into 'main'
feat: Add download button to audio messages See merge request famedly/fluffychat!443
This commit is contained in:
commit
e2150a0c5c
@ -177,6 +177,14 @@ class _AudioPlayerState extends State<AudioPlayerWidget> {
|
||||
color: widget.color,
|
||||
),
|
||||
),
|
||||
SizedBox(width: 8),
|
||||
IconButton(
|
||||
icon: Icon(
|
||||
Icons.download_outlined,
|
||||
color: widget.color,
|
||||
),
|
||||
onPressed: () => widget.event.saveFile(context),
|
||||
),
|
||||
],
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user