mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 08:38:34 +00:00
chore: enable blur background for mac
This commit is contained in:
@@ -29,7 +29,7 @@ const appSettingBaseAtom = atomWithStorage<AppSetting>(
|
||||
{
|
||||
clientBorder: BUILD_CONFIG.isElectron && !environment.isWindows,
|
||||
windowFrameStyle: 'frameless',
|
||||
enableBlurBackground: false,
|
||||
enableBlurBackground: BUILD_CONFIG.isElectron && environment.isMacOs,
|
||||
enableNoisyBackground: true,
|
||||
autoCheckUpdate: true,
|
||||
autoDownloadUpdate: true,
|
||||
|
||||
Reference in New Issue
Block a user