This commit is contained in:
legop3
2025-12-21 14:50:33 -05:00
parent 0836afc0c0
commit 8e01dcaabd
5 changed files with 18 additions and 19 deletions
+1 -2
View File
@@ -24,7 +24,6 @@ import FullscreenPrompt from './components/FullscreenPrompt.jsx';
import { useFullscreenPrompt } from './hooks/useFullscreenPrompt.js';
import { useSettingsNamespace } from './settings/index.js';
import HelpOverlay from './components/HelpOverlay.jsx';
import DrivePanel from './components/DrivePanel.jsx';
function useLayoutMode() {
const [mode, setMode] = useState(() => {
@@ -122,7 +121,7 @@ function MobileLandscapeLayout() {
</section>
<RoomCameraPanel panelId="mobile-landscape-room" />
<HomeAssistantControls />
<DrivePanel />
{/* <DrivePanel /> */}
</div>
</div>
);