diff --git a/lib/src/material/material_desktop_controls.dart b/lib/src/material/material_desktop_controls.dart index 8141593c8..91d4afeaa 100644 --- a/lib/src/material/material_desktop_controls.dart +++ b/lib/src/material/material_desktop_controls.dart @@ -291,7 +291,8 @@ class _MaterialDesktopControlsState extends State child: Row( children: [ _buildPlayPause(controller), - _buildMuteButton(controller), + if (chewieController.allowMuting) + _buildMuteButton(controller), if (chewieController.isLive) const Expanded(child: Text('LIVE')) else