From bc85ad5b65237c7db2a7e9f0762d44ed5838cede Mon Sep 17 00:00:00 2001 From: mon-jai <91261297+mon-jai@users.noreply.github.com> Date: Sun, 9 Jul 2023 00:41:07 +0800 Subject: [PATCH] fix: sidebar noise background on Windows (#3107) --- packages/component/src/components/workspace/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/component/src/components/workspace/index.tsx b/packages/component/src/components/workspace/index.tsx index 1c21aed14c..f194e06c24 100644 --- a/packages/component/src/components/workspace/index.tsx +++ b/packages/component/src/components/workspace/index.tsx @@ -17,8 +17,7 @@ export const AppContainer: FC = ({ useBlurBackground, children, }) => { - const noisyBackground = - useNoisyBackground && environment.isDesktop && environment.isMacOs; + const noisyBackground = useNoisyBackground && environment.isDesktop; return (