Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Update visible button click to play
Browse files Browse the repository at this point in the history
  • Loading branch information
cheikhnadiouf committed Feb 15, 2024
1 parent 630ed7f commit e87efe4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class PixelStreamingWrapperComponent implements OnInit {
pixelStreaming: PixelStreaming | undefined = undefined;
config: Config | undefined = undefined;
// A boolean state variable that determines if the Click to play overlay is shown:
clickToPlayVisible: boolean = false;
clickToPlayVisible: boolean = true;

constructor(
private elementRef: ElementRef,
Expand Down

0 comments on commit e87efe4

Please sign in to comment.