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'