fix: copy the correct uuid to the clipboard
This commit is contained in:
@@ -43,7 +43,7 @@ def build_query_items(uuids):
|
|||||||
albert.Action(
|
albert.Action(
|
||||||
id='copy',
|
id='copy',
|
||||||
text='Copy uuid to clipboard',
|
text='Copy uuid to clipboard',
|
||||||
callable=lambda: albert.setClipboardText(uuid)
|
callable=lambda id=uuid: albert.setClipboardText(id)
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user