BlenderKit: fix missing rejected staate to verification icons

This commit is contained in:
Vilem Duha 2019-07-04 23:39:20 +02:00
parent 445ca6f590
commit 05c7ace625
1 changed files with 2 additions and 1 deletions

View File

@ -65,7 +65,8 @@ verification_icons = {
'uploaded': 'vs_uploaded.png',
'uploading': None,
'on_hold': 'vs_on_hold.png',
'validated': None
'validated': None,
'rejected': None
}