From 1b8e8009e35f3f1fa523b9eb172cb407a23f4996 Mon Sep 17 00:00:00 2001 From: Jack Vial Date: Fri, 27 Dec 2024 17:42:16 -0500 Subject: [PATCH] remove control icon --- lerobot/templates/browser_ui.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lerobot/templates/browser_ui.html b/lerobot/templates/browser_ui.html index b0924dcdd..fb867ff00 100644 --- a/lerobot/templates/browser_ui.html +++ b/lerobot/templates/browser_ui.html @@ -133,7 +133,6 @@

Configuration

- Controls

@@ -334,7 +333,7 @@

Logs

toggleReward() { this.rewardEnabled = !this.rewardEnabled; // Emit the appropriate key event or handle reward toggle logic here - this.handleKey(this.rewardEnabled ? 'EnableReward' : 'DisableReward'); + this.handleKey('space'); }, enableVoice() {