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 +
+ +
+ )}