fix space in url

This commit is contained in:
2026-03-11 16:18:32 +01:00
parent 54cb17fb88
commit 018d623143
4 changed files with 8 additions and 11 deletions

View File

@@ -336,7 +336,7 @@ stylesheetSelect.oninput = function (event) {
text: group,
children: json[group].map(skin => ({
id: skin.link,
text: `${skin.name} (${skin.author})`,
text: `${skin.name} (${skin.author})\n${skin.description}`,
})),
};
data.push(groupData);