New icons
BIN
imgs/icons/10160.png
Normal file
|
After Width: | Height: | Size: 783 B |
BIN
imgs/icons/10851.png
Normal file
|
After Width: | Height: | Size: 682 B |
BIN
imgs/icons/21785.png
Normal file
|
After Width: | Height: | Size: 739 B |
BIN
imgs/icons/22029.png
Normal file
|
After Width: | Height: | Size: 883 B |
BIN
imgs/icons/22030.png
Normal file
|
After Width: | Height: | Size: 723 B |
BIN
imgs/icons/22031.png
Normal file
|
After Width: | Height: | Size: 874 B |
BIN
imgs/icons/22034.png
Normal file
|
After Width: | Height: | Size: 574 B |
BIN
imgs/icons/22036.png
Normal file
|
After Width: | Height: | Size: 812 B |
BIN
imgs/icons/22041.png
Normal file
|
After Width: | Height: | Size: 545 B |
@@ -192,7 +192,10 @@ if toadd:
|
||||
print(('Adding {} icons...'.format(len(toadd))))
|
||||
missing = set()
|
||||
for fname in sorted(toadd):
|
||||
icon = icon_json[str(fname)]
|
||||
icon = icon_json.get(str(fname), None)
|
||||
if icon is None:
|
||||
print("Can't find iconID {}".format(fname))
|
||||
continue
|
||||
key = icon['iconFile'].lower()
|
||||
icon = get_icon_file(key, ICON_SIZE)
|
||||
if icon is None:
|
||||
|
||||