diff --git a/scripts/startup/bl_ui/space_userpref.py b/scripts/startup/bl_ui/space_userpref.py index 837a06d234b..b43d93b80d6 100644 --- a/scripts/startup/bl_ui/space_userpref.py +++ b/scripts/startup/bl_ui/space_userpref.py @@ -2252,7 +2252,8 @@ class USERPREF_PT_extensions_repos(Panel): row = layout_panel.row(align=True, heading="Authentication") row.prop(active_repo, "use_access_token") - layout_panel.prop(active_repo, "use_cache") + layout_panel.prop(active_repo, "use_cache") + layout_panel.separator() layout_panel.prop(active_repo, "module")