Skip to content

Commit a86a1bd

Browse files
committed
Merge branch '82-webcam-configuration' into 'upcoming-release'
showing loading screen until webcam is loaded to avoid showing 2 loading spinners See merge request tuxedocomputers/development/tuxedo-control-center!95
2 parents 65124c5 + e83d3a7 commit a86a1bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng-app/app/webcam-settings/webcam-settings.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ export class WebcamSettingsComponent implements OnInit {
793793
setViewWebcam: boolean = false
794794
): Promise<void> {
795795
this.mutex.runExclusive(async () => {
796-
this.unsetLoading(true);
796+
this.unsetLoading(false);
797797
this.setLoading();
798798
this.stopWebcam();
799799

0 commit comments

Comments
 (0)