diff --git a/qml/ui/sidebar/Panel4Recording.qml b/qml/ui/sidebar/Panel4Recording.qml index ea69a5305..3b4e13f91 100644 --- a/qml/ui/sidebar/Panel4Recording.qml +++ b/qml/ui/sidebar/Panel4Recording.qml @@ -51,7 +51,7 @@ SideBarBasePanel { anchors.centerIn: parent anchors.leftMargin: 40 text: { - var tmp = " Status"; + var tmp = " Status"; if (!_ohdSystemAir.is_alive) { return tmp + " disabled "; }