UI: Use Internet Icon for Repo Add menu

In Preferences / Extensions / Repositories / Add, show the correct
"Internet" icon on the menu item for remote repository.

Pull Request: https://projects.blender.org/blender/blender/pulls/119541
This commit is contained in:
Harley Acheson 2024-03-15 21:44:33 +01:00 committed by Harley Acheson
parent 971e82b93a
commit 66a40c0e04
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ static void PREFERENCES_OT_extension_repo_add(wmOperatorType *ot)
static const EnumPropertyItem repo_type_items[] = {
{int(bUserExtensionRepoAddType::Remote),
"REMOTE",
ICON_NETWORK_DRIVE,
ICON_INTERNET,
"Add Remote Repository",
"Add a repository referencing an remote repository "
"with support for listing and updating extensions"},