1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2025-01-20 00:33:09 +09:00

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

This commit is contained in:
NoriDev 2023-12-24 13:33:06 +09:00
parent 2167aec2b4
commit 6c20139acf

View File

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