Skip to content

Commit

Permalink
Fix icon state
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi-EEE committed Apr 18, 2024
1 parent fbe84b3 commit 97939ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/admin_panel/src/lib/home/Stream.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
lidar_draw_disconnect = subscribeLidarDrawing();
}
let lidar_toggle_icon = "favicon.png";
let lidar_toggle_icon = $lidar_toggle ? "favicon.png" : "greyed_favicon.png";
function toggleLidar() {
if (
lidar_draw_disconnect === null ||
Expand Down

0 comments on commit 97939ab

Please sign in to comment.