improved status bar icons

This commit is contained in:
Patrick Wardle 2022-12-04 13:37:02 -10:00
parent 6666925033
commit bc629287de
5 changed files with 14 additions and 2 deletions

View File

@ -2,7 +2,13 @@
"images" : [
{
"filename" : "active.png",
"idiom" : "mac"
"idiom" : "mac",
"scale" : "1x"
},
{
"filename" : "active@2x.png",
"idiom" : "mac",
"scale" : "2x"
}
],
"info" : {

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 B

View File

@ -2,7 +2,13 @@
"images" : [
{
"filename" : "inactive.png",
"idiom" : "mac"
"idiom" : "mac",
"scale" : "1x"
},
{
"filename" : "inactive@2x.png",
"idiom" : "mac",
"scale" : "2x"
}
],
"info" : {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB