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": { "props": {
"path": "material/cached", "path": "material/cached",
"style": { "style": {
"cursor": "painter" "cursor": "pointer"
} }
}, },
"type": "ia.display.icon" "type": "ia.display.icon"

View File

@ -50,7 +50,6 @@ def get_project_config():
if isinstance(tag_props, list) and len(tag_props) > 0: if isinstance(tag_props, list) and len(tag_props) > 0:
source_id = str(tag_props[0]) source_id = str(tag_props[0])
global_project_page_ids[source_id] = view_folder global_project_page_ids[source_id] = view_folder
system.perspective.print("Found: {} -> {}".format(source_id, view_folder))
except: except:
whid = system.tag.readBlocking("Configuration/FC")[0].value whid = system.tag.readBlocking("Configuration/FC")[0].value