Skip to content

Commit

Permalink
Merge pull request #189 from Weisl/develop
Browse files Browse the repository at this point in the history
Remove preference panel for validation
  • Loading branch information
Weisl authored Jul 28, 2024
2 parents 258bb7f + 52d4074 commit 0b4ca8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion preferences/renaming_preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ class VIEW3D_OT_renaming_preferences(bpy.types.AddonPreferences):

prefs_tabs: EnumProperty(items=(('UI', "General", "General Settings"),
('KEYMAPS', "Keymaps", "Keymaps"),
('VALIDATE', "Validate", "Validate"),
('SUPPORT', "Support & Donation", "Support")),
default='UI')

Expand Down

0 comments on commit 0b4ca8f

Please sign in to comment.