mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 21:44:13 +03:00
re-add incorrectly removed face library button icons
This commit is contained in:
parent
fa12cc408c
commit
777b01bb05
@ -57,6 +57,7 @@ import { Trans, useTranslation } from "react-i18next";
|
||||
import {
|
||||
LuFolderCheck,
|
||||
LuImagePlus,
|
||||
LuPencil,
|
||||
LuRefreshCw,
|
||||
LuScanFace,
|
||||
LuTrash2,
|
||||
@ -579,7 +580,9 @@ function LibrarySelector({
|
||||
e.stopPropagation();
|
||||
setRenameFace(face);
|
||||
}}
|
||||
></Button>
|
||||
>
|
||||
<LuPencil className="size-4 text-primary" />
|
||||
</Button>
|
||||
</TooltipTrigger>
|
||||
<TooltipPortal>
|
||||
<TooltipContent>{t("button.renameFace")}</TooltipContent>
|
||||
@ -595,7 +598,9 @@ function LibrarySelector({
|
||||
e.stopPropagation();
|
||||
setConfirmDelete(face);
|
||||
}}
|
||||
></Button>
|
||||
>
|
||||
<LuTrash2 className="size-4 text-destructive" />
|
||||
</Button>
|
||||
</TooltipTrigger>
|
||||
<TooltipPortal>
|
||||
<TooltipContent>{t("button.deleteFace")}</TooltipContent>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user