feat(ambient-mode): add config for ambient-mode plugin (#1349)

This commit is contained in:
Su-Yong
2023-10-25 15:37:51 +09:00
committed by GitHub
parent dc73561c8a
commit 0b413492ad
7 changed files with 170 additions and 16 deletions

View File

@ -81,7 +81,16 @@ const defaultConfig = {
disableDefaultLists: false,
},
'album-color-theme': {},
'ambient-mode': {},
'ambient-mode': {
enabled: false,
quality: 50,
buffer: 30,
interpolationTime: 1500,
blur: 100,
size: 100,
opacity: 1,
fullscreen: false,
},
'audio-compressor': {},
'blur-nav-bar': {},
'bypass-age-restrictions': {},