From e179348fcc43d6ec4fd6da69fd752ddc1be9cce1 Mon Sep 17 00:00:00 2001 From: Neil <4138956+nwparker@users.noreply.github.com> Date: Wed, 17 Jun 2026 23:58:01 -0700 Subject: [PATCH] Replace plus icon with play button on quick command entry (#5674) --- .../src/components/tab-bar/TabBarQuickCommandsButton.tsx | 4 ++-- .../src/components/tab-bar/TabBarQuickCommandsMenu.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/renderer/src/components/tab-bar/TabBarQuickCommandsButton.tsx b/src/renderer/src/components/tab-bar/TabBarQuickCommandsButton.tsx index 11da94048..389280cad 100644 --- a/src/renderer/src/components/tab-bar/TabBarQuickCommandsButton.tsx +++ b/src/renderer/src/components/tab-bar/TabBarQuickCommandsButton.tsx @@ -1,5 +1,5 @@ import { useMemo, useState } from 'react' -import { Plus } from 'lucide-react' +import { Play } from 'lucide-react' import { useAppStore } from '@/store' import { Tooltip, TooltipContent, TooltipTrigger } from '@/components/ui/tooltip' import { @@ -151,7 +151,7 @@ export function TabBarQuickCommandsButton({ 'Add quick command' )} > - + {translate( 'auto.components.tab.bar.TabBarQuickCommandsButton.a2c7a33831', diff --git a/src/renderer/src/components/tab-bar/TabBarQuickCommandsMenu.tsx b/src/renderer/src/components/tab-bar/TabBarQuickCommandsMenu.tsx index d33233d8f..77b4173cb 100644 --- a/src/renderer/src/components/tab-bar/TabBarQuickCommandsMenu.tsx +++ b/src/renderer/src/components/tab-bar/TabBarQuickCommandsMenu.tsx @@ -1,5 +1,5 @@ import { useCallback, useEffect, useMemo, useRef, useState } from 'react' -import { ChevronDown, Pencil, Play, Plus, Trash2 } from 'lucide-react' +import { ChevronDown, Pencil, Play, Trash2 } from 'lucide-react' import { Command, CommandEmpty, @@ -373,7 +373,7 @@ export function TabBarQuickCommandsMenu({ }} className="flex w-full items-center gap-2 rounded-[5px] px-2 py-1.5 text-[12px] text-muted-foreground hover:bg-muted hover:text-foreground focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring" > - + {translate( 'auto.components.tab.bar.TabBarQuickCommandsButton.a2c7a33831', 'Command'