Skip to content

Commit

Permalink
Update Panel4Recording.qml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Nov 25, 2024
1 parent 0e7d392 commit d168afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/ui/sidebar/Panel4Recording.qml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ SideBarBasePanel {
text: {
var tmp = " Status";
if (!_ohdSystemAir.is_alive) {
return tmp + " disabled ";
return tmp + " disabled ";
}
return tmp + _cameraStreamModelPrimary.camera_recording_mode_to_string(_cameraStreamModelPrimary.air_recording_active)
}
Expand Down

0 comments on commit d168afd

Please sign in to comment.