mirror of
https://github.com/blender/blender-addons.git
synced 2025-08-10 01:33:28 +00:00
bool tools, panel default to "Tools" tab. T50357
This commit is contained in:
@ -1223,7 +1223,7 @@ class BoolTool_Pref(AddonPreferences):
|
||||
category = StringProperty(
|
||||
name="Tab Category",
|
||||
description="Choose a name for the category of the panel",
|
||||
default="Bool Tools",
|
||||
default="Tools",
|
||||
update=update_panel,
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user