UI: rename extension repositories panel and close by default

Ref #117285.
This commit is contained in:
Campbell Barton 2024-01-23 15:22:55 +11:00
parent b4e869e2fc
commit 25e15660ac

@ -2028,7 +2028,8 @@ class USERPREF_PT_extensions(ExtensionsPanel, Panel):
class USERPREF_PT_extensions_repos(ExtensionsPanel, Panel):
bl_label = "Extension Repositories"
bl_label = "Repositories"
bl_options = {'DEFAULT_CLOSED'}
@classmethod
def poll(cls, context):