visceral...

This commit is contained in:
legop3
2025-11-30 03:15:27 -05:00
parent 757684f383
commit c29d076f26
12 changed files with 251 additions and 125 deletions
+2 -2
View File
@@ -87,7 +87,7 @@ function MobilePortraitLayout() {
<TelemetryPanel />
<AuthPanel />
<AdminPanel />
<RoomCameraPanel />
<RoomCameraPanel panelId="mobile-portrait-room" />
<HomeAssistantControls />
<LogPanel />
</div>
@@ -117,7 +117,7 @@ function MobileLandscapeLayout() {
<ChatPanel />
</div>
</section>
<RoomCameraPanel />
<RoomCameraPanel panelId="mobile-landscape-room" />
<HomeAssistantControls />
{/* <DrivePanel /> */}
</div>