diff --git a/CHANGELOG.md b/CHANGELOG.md index 6807f740..b4bfa951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,10 @@ and this project adheres to - ♿️(frontend) fix more tools heading hierarchy #1181 - ♿️(fronted) improve button descriptions for More tools actions #1184 +### Fixed + +- 🐛(frontend) disable personal custom background while deleting + ## [1.11.0] - 2026-03-19 ### Added diff --git a/src/frontend/src/features/rooms/livekit/components/effects/EffectsConfiguration.tsx b/src/frontend/src/features/rooms/livekit/components/effects/EffectsConfiguration.tsx index 01db78b6..9573dfd5 100644 --- a/src/frontend/src/features/rooms/livekit/components/effects/EffectsConfiguration.tsx +++ b/src/frontend/src/features/rooms/livekit/components/effects/EffectsConfiguration.tsx @@ -739,7 +739,10 @@ export const EffectsConfiguration = ({ aria-label={ uploadNotPossibleSnap.imageBackgroundConfig.label } - isDisabled={processorOptions.isDisabled} + isDisabled={ + processorOptions.isDisabled || + createFileMutation.isPending + } onChange={() => { toggleEffect( uploadNotPossibleSnap.imageBackgroundConfig!