From 9d98e2124a153d02da0e8445cafa40f2db7da1ff Mon Sep 17 00:00:00 2001 From: alexsparkes Date: Wed, 28 Jan 2026 16:44:27 +0000 Subject: [PATCH] feat(CustomSettings): replace video icon and add overlay icon for custom backgrounds --- src/features/background/options/Custom.jsx | 40 ++++++++++++++++------ 1 file changed, 29 insertions(+), 11 deletions(-) diff --git a/src/features/background/options/Custom.jsx b/src/features/background/options/Custom.jsx index f5f9201a..51910712 100644 --- a/src/features/background/options/Custom.jsx +++ b/src/features/background/options/Custom.jsx @@ -10,9 +10,10 @@ import { MdFolder, MdChevronLeft, MdChevronRight, - MdDelete, - MdInfo, + MdImage, } from 'react-icons/md'; +import { BiSolidFilm } from 'react-icons/bi'; + import EventBus from 'utils/eventbus'; import { compressAccurately, filetoDataURL } from 'image-conversion'; import videoCheck from '../api/videoCheck'; @@ -802,9 +803,7 @@ const CustomSettings = memo(() => { justifyContent: 'center', }} > - + ) : ( @@ -813,12 +812,31 @@ const CustomSettings = memo(() => { ) ) : ( - {bg.name + <> + {bg.name +
+ +
+ )}