diff --git a/web/src/pages/Live.tsx b/web/src/pages/Live.tsx index e732b450a..6b8a3fa43 100644 --- a/web/src/pages/Live.tsx +++ b/web/src/pages/Live.tsx @@ -35,6 +35,10 @@ function Live() { if (group) { setCameraGroup(cameraGroup); + // return false so that url cleanup doesn't occur here + // will be cleaned up by usePersistedOverlayState in the + // camera group selector s that the icon switches correctly + return false; } return true;