Revert "enhance(frontend): '계절에 따른 화면 연출' 기능을 디바이스에 따라 자동으로 활성화하도록 변경함"

This reverts commit 6c20139acf.
This commit is contained in:
NoriDev 2024-01-02 18:48:08 +09:00
parent 6df51bff6f
commit 0e3c3275dd

View file

@ -435,7 +435,7 @@ export const defaultStore = markRaw(new Storage('base', {
}, },
enableSeasonalScreenEffect: { enableSeasonalScreenEffect: {
where: 'device', where: 'device',
default: !/mobile|iphone|android/.test(navigator.userAgent.toLowerCase()), default: false,
}, },
showUnreadNotificationsCount: { showUnreadNotificationsCount: {
where: 'deviceAccount', where: 'deviceAccount',