removed print statements from the search script and gave the cursor:pointer to the reset rotation click button

This commit is contained in:
Salijoghli 2025-08-28 15:56:47 +04:00
parent 0681f8265a
commit 6dce95f049
2 changed files with 1 additions and 2 deletions

View File

@ -1124,7 +1124,7 @@
"props": {
"path": "material/cached",
"style": {
"cursor": "painter"
"cursor": "pointer"
}
},
"type": "ia.display.icon"

View File

@ -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