diff --git a/panels/notification/center/AnimationSettingButton.qml b/panels/notification/center/AnimationSettingButton.qml index 8d4e7938b..45add87b8 100644 --- a/panels/notification/center/AnimationSettingButton.qml +++ b/panels/notification/center/AnimationSettingButton.qml @@ -12,7 +12,7 @@ SettingActionButton { id: root property int duration: 200 - property bool textVisible: root.hovered && text !== "" + property bool textVisible: (root.hovered || root.activeFocus) && text !== "" property bool enableAnimation: false Component.onCompleted: {