Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2026-03-24 14:59:56 +00:00
parent 7f8abddbaf
commit bb598f5e34
2 changed files with 24 additions and 26 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ debian/tmp
package-lock.json
# This file is owned, parsed, and generated by allchange, which doesn't comply with prettier
/CHANGELOG.md
CHANGELOG.md
/docs/changelogs
# Legacy skinning file that some people might still have
+23 -25
View File
@@ -1,29 +1,27 @@
{
"fill" : "automatic",
"groups" : [
{
"layers" : [
"fill": "automatic",
"groups": [
{
"glass" : false,
"image-name" : "element.png",
"name" : "element"
"layers": [
{
"glass": false,
"image-name": "element.png",
"name": "element"
}
],
"name": "Figma",
"shadow": {
"kind": "none",
"opacity": 0.5
},
"specular": false,
"translucency": {
"enabled": false,
"value": 0.5
}
}
],
"name" : "Figma",
"shadow" : {
"kind" : "none",
"opacity" : 0.5
},
"specular" : false,
"translucency" : {
"enabled" : false,
"value" : 0.5
}
],
"supported-platforms": {
"squares": ["macOS"]
}
],
"supported-platforms" : {
"squares" : [
"macOS"
]
}
}
}