Skip to content

Commit

Permalink
update action to use 'url' instead of 'target' for file opening
Browse files Browse the repository at this point in the history
  • Loading branch information
pomdtr committed Feb 10, 2025
1 parent e5e656e commit ab65c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
)

item["actions"].extend(
[{"title": "Open", "type": "open", "target": str(file.absolute())}]
[{"title": "Open", "type": "open", "url": str(file.absolute())}]
)

items.append(item)
Expand Down

0 comments on commit ab65c92

Please sign in to comment.