mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 06:17:26 +01:00 
			
		
		
		
	feat: Add download button to audio messages
This commit is contained in:
		
							parent
							
								
									605327bc05
								
							
						
					
					
						commit
						bbb2f434c3
					
				@ -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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user