mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-12-12 13:48:28 +09:00
Revert "enhance(frontend): '계절에 따른 화면 연출' 기능을 디바이스에 따라 자동으로 활성화하도록 변경함"
This reverts commit 6c20139acf
.
This commit is contained in:
parent
6df51bff6f
commit
0e3c3275dd
@ -435,7 +435,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
||||
},
|
||||
enableSeasonalScreenEffect: {
|
||||
where: 'device',
|
||||
default: !/mobile|iphone|android/.test(navigator.userAgent.toLowerCase()),
|
||||
default: false,
|
||||
},
|
||||
showUnreadNotificationsCount: {
|
||||
where: 'deviceAccount',
|
||||
|
Loading…
Reference in New Issue
Block a user