mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix: sidebar noise background on Windows (#3107)
This commit is contained in:
@@ -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, {
|
||||
|
||||
Reference in New Issue
Block a user