To add an icon to a setting name without causing crashes,
- 아이콘 파일 이름이 붙임표를 (-) 포함하지 않게 확인하세요.
addon.json
에@(아이콘 파일 이름).svg 설정 이름
을 작성하세요.- Add
ICONFILENAME.svg
at/images/icons/
if missing - Edit
/background/load-addon-manifests.js
to addiconfilenameIcon: "@ICONFILENAME.svg",
- Edit
/addons/scratch-notifier/notifier.js
for Scratch Notifier settings
댓글
Make sure to follow the code of conduct. You can see this comment section on GitHub Discussions, as well as editing and removing your comment.