Add new option and change the preview for blur

This commit is contained in:
Prayag
2021-05-13 12:26:26 +05:30
parent 94f7473108
commit 6364927f99
2 changed files with 40 additions and 4 deletions

View File

@@ -342,6 +342,40 @@
}
]
},
{
"type": "selector",
"name": "Icon Pack",
"description": "Changes all icons like dashboard and play. Choose non google fonts if you are blocking google fonts",
"css": "/*Icons*/",
"selections": [{
"name": "Default",
"css": ""
},
{
"name": "Outlined",
"css": "@import url('https://prayag17.github.io/Jellyfin-Icons/Outline.css');"
},
{
"name": "Rounded",
"css": "@import url('https://prayag17.github.io/Jellyfin-Icons/round.css');"
},
{
"name": "Sharp",
"css": "@import url('https://prayag17.github.io/Jellyfin-Icons/Sharp.css');"
}, {
"name": "Outlined-Non google fonts",
"css": "@import url('https://prayag17.github.io/Jellyfin-Icons/Outline.css');"
},
{
"name": "Rounded-Non google fonts",
"css": "@import url('https://prayag17.github.io/Jellyfin-Icons/round.css');"
},
{
"name": "Sharp-Non google fonts",
"css": "@import url('https://prayag17.github.io/Jellyfin-Icons/Sharp.css');"
}
]
},
{
"type": "checkBox",
"name": "Image gradient in title page",