big boy webui new new new new new 100 files changed 80 years

This commit is contained in:
legop3
2026-08-18 22:01:25 -04:00
parent 0f0f82e5f6
commit 737760ff56
79 changed files with 2714 additions and 388 deletions
+3 -1
View File
@@ -18,7 +18,9 @@ function getIdentitySurface() {
to mount. The main driver and dedicated PTZ controller are the two active
control surfaces; every other route is passive identity-wise.
*/
return window.location.pathname === '/' || window.location.pathname === '/ptz'
return window.location.pathname === '/'
|| window.location.pathname === '/old'
|| window.location.pathname === '/ptz'
? 'driver'
: 'passive';
}