chore: enable blur background for mac

This commit is contained in:
DarkSky
2026-01-15 00:35:11 +08:00
parent 27a58e764c
commit fc59dff9e2

View File

@@ -29,7 +29,7 @@ const appSettingBaseAtom = atomWithStorage<AppSetting>(
{ {
clientBorder: BUILD_CONFIG.isElectron && !environment.isWindows, clientBorder: BUILD_CONFIG.isElectron && !environment.isWindows,
windowFrameStyle: 'frameless', windowFrameStyle: 'frameless',
enableBlurBackground: false, enableBlurBackground: BUILD_CONFIG.isElectron && environment.isMacOs,
enableNoisyBackground: true, enableNoisyBackground: true,
autoCheckUpdate: true, autoCheckUpdate: true,
autoDownloadUpdate: true, autoDownloadUpdate: true,