diff --git a/ui/StatusQ/src/StatusQ/Controls/StatusTabButton.qml b/ui/StatusQ/src/StatusQ/Controls/StatusTabButton.qml index 5636073384..6bdc1848c3 100644 --- a/ui/StatusQ/src/StatusQ/Controls/StatusTabButton.qml +++ b/ui/StatusQ/src/StatusQ/Controls/StatusTabButton.qml @@ -66,7 +66,7 @@ TabButton { Rectangle { anchors.bottom: parent.bottom anchors.horizontalCenter: parent.horizontalCenter - visible: root.checked || root.hovered + visible: root.enabled && (root.checked || root.hovered) implicitWidth: 24 implicitHeight: 2 radius: 4