From 0e7d3920530eca530c44ee50956a9ac02d7b1d35 Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Mon, 25 Nov 2024 19:45:03 +0100 Subject: [PATCH] Update Panel4Recording.qml --- qml/ui/sidebar/Panel4Recording.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "; }