mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06:00
macOS 26 uses new design for app icons, with a different corner radius for app icons, making the previous icon unfit for the new version. Hence I created a new icon with the project folder attached (AppIcon.icon). I also updated the document icon to give it a more modern style. And an icon for temp files (!qB files), and I have edited the info.plist accordingly. PR #23365. --------- Co-authored-by: Chocobo1 <Chocobo1@users.noreply.github.com>
71 lines
1.3 KiB
JSON
71 lines
1.3 KiB
JSON
{
|
|
"fill" : "automatic",
|
|
"groups" : [
|
|
{
|
|
"blur-material" : null,
|
|
"layers" : [
|
|
{
|
|
"hidden" : false,
|
|
"image-name" : "qb.svg",
|
|
"name" : "qb"
|
|
}
|
|
],
|
|
"shadow" : {
|
|
"kind" : "layer-color",
|
|
"opacity" : 0.5
|
|
},
|
|
"specular" : true,
|
|
"translucency" : {
|
|
"enabled" : true,
|
|
"value" : 0.5
|
|
}
|
|
},
|
|
{
|
|
"hidden" : false,
|
|
"layers" : [
|
|
{
|
|
"glass" : false,
|
|
"image-name" : "border.svg",
|
|
"name" : "border",
|
|
"position" : {
|
|
"scale" : 1.05,
|
|
"translation-in-points" : [
|
|
0,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"fill" : "automatic",
|
|
"glass" : false,
|
|
"image-name" : "background.svg",
|
|
"name" : "background",
|
|
"position" : {
|
|
"scale" : 1.46,
|
|
"translation-in-points" : [
|
|
0,
|
|
0
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"lighting" : "individual",
|
|
"shadow" : {
|
|
"kind" : "none",
|
|
"opacity" : 0.5
|
|
},
|
|
"specular" : false,
|
|
"translucency" : {
|
|
"enabled" : false,
|
|
"value" : 0.5
|
|
}
|
|
}
|
|
],
|
|
"supported-platforms" : {
|
|
"circles" : [
|
|
"watchOS"
|
|
],
|
|
"squares" : "shared"
|
|
}
|
|
}
|