fix: sidebar noise background on Windows (#3107)

(cherry picked from commit bc85ad5b65)
This commit is contained in:
mon-jai
2023-07-09 00:41:07 +08:00
committed by Alex Yang
parent 4a982b3bcf
commit 72466d0768

View File

@@ -17,8 +17,7 @@ export const AppContainer: FC<WorkspaceRootProps> = ({
useBlurBackground,
children,
}) => {
const noisyBackground =
useNoisyBackground && environment.isDesktop && environment.isMacOs;
const noisyBackground = useNoisyBackground && environment.isDesktop;
return (
<div
className={clsx(appStyle, {