UI improvements (#11429)

* Respect classname when no preview is found

* Don't check for go2rtc info if camera is not restramed

* Show error banner when playback fails

* Add keyboard shortcut for fullscreen
This commit is contained in:
Nicolas Mowen
2024-05-19 06:39:17 -06:00
committed by GitHub
parent 171a142adb
commit c1560308bf
5 changed files with 38 additions and 7 deletions

View File

@@ -83,7 +83,7 @@ function Live() {
}
if (selectedCamera) {
return <LiveCameraView camera={selectedCamera} />;
return <LiveCameraView config={config} camera={selectedCamera} />;
}
return (