UI: Add Title to Extensions Repo Popover #119009

Merged
Harley Acheson merged 1 commits from Harley/blender:RepoPopoverTitle into main 2024-03-02 19:10:29 +01:00
1 changed files with 2 additions and 0 deletions

View File

@ -2075,6 +2075,8 @@ class USERPREF_PT_extensions_repos(Panel):
paths = context.preferences.filepaths
active_repo_index = paths.active_extension_repo
layout.label(text="Repositories")
row = layout.row()
row.template_list(