diff --git a/src/core/widgets/yasb/disk.py b/src/core/widgets/yasb/disk.py index 2d19f4e..fbedb03 100644 --- a/src/core/widgets/yasb/disk.py +++ b/src/core/widgets/yasb/disk.py @@ -69,6 +69,8 @@ def __init__( def _toggle_label(self): + if self._animation['enabled']: + AnimationManager.animate(self, self._animation['type'], self._animation['duration']) self._show_alt_label = not self._show_alt_label for widget in self._widgets: widget.setVisible(not self._show_alt_label)