Skip to content

Commit

Permalink
Merge pull request #8 from bobonthenet/main
Browse files Browse the repository at this point in the history
Fixed issue I introduced with my last PR
  • Loading branch information
teebarjunk authored Feb 9, 2023
2 parents 3d73284 + 17957a2 commit 4d6e539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/tool_button/TB_InspectorPlugin.gd
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func _parse_category(object: Object, category: String) -> void:
var allowed_categories = []
if ProjectSettings.get_setting("show_default_buttons"):
allowed_categories = ["Node", "Resource"]
else:

# var obj_script = object.get_script()
# if obj_script:
# var has_exports = "@export" in obj_script.source_code
Expand Down

0 comments on commit 4d6e539

Please sign in to comment.