Fix add-on Preferences using the .blend file icon, not the Blender logo

Intention of the icon is to mark add-ons that are official/bundled.
Doesn't make much sense to use the .blend file icon for that. It's
arguable if the Blender logo should be used for this, but the file icon
is definitely the wrong choice.
This commit is contained in:
Julian Eisel 2021-11-23 15:22:06 +01:00
parent 436ce22194
commit 5efddc4347
1 changed files with 1 additions and 1 deletions

View File

@ -1808,7 +1808,7 @@ class USERPREF_PT_addons(AddOnPanel, Panel):
bl_options = {'HIDE_HEADER'}
_support_icon_mapping = {
'OFFICIAL': 'FILE_BLEND',
'OFFICIAL': 'BLENDER',
'COMMUNITY': 'COMMUNITY',
'TESTING': 'EXPERIMENTAL',
}