Change message when no object queries in a linked model

to give a hint for new users
This commit is contained in:
Andrej730
2025-01-28 14:59:50 +05:00
parent c0306fc729
commit cc014e9792
+1 -1
View File
@@ -406,7 +406,7 @@ class BIM_PT_links(Panel):
if not LinksData.linked_data or not self.props.links:
if self.props.links:
row = self.layout.row(align=True)
row.label(text="No Object Selected", icon="QUESTION")
row.label(text="No Object Queried with Explore Tool", icon="QUESTION")
return
row = self.layout.row(align=True)