removed print statements from the search script and gave the cursor:pointer to the reset rotation click button
This commit is contained in:
parent
0681f8265a
commit
6dce95f049
@ -1124,7 +1124,7 @@
|
||||
"props": {
|
||||
"path": "material/cached",
|
||||
"style": {
|
||||
"cursor": "painter"
|
||||
"cursor": "pointer"
|
||||
}
|
||||
},
|
||||
"type": "ia.display.icon"
|
||||
|
||||
@ -50,7 +50,6 @@ def get_project_config():
|
||||
if isinstance(tag_props, list) and len(tag_props) > 0:
|
||||
source_id = str(tag_props[0])
|
||||
global_project_page_ids[source_id] = view_folder
|
||||
system.perspective.print("Found: {} -> {}".format(source_id, view_folder))
|
||||
|
||||
except:
|
||||
whid = system.tag.readBlocking("Configuration/FC")[0].value
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user