Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit fd0e1c0

Browse files
committed
Add magnet icon
1 parent 0c22b86 commit fd0e1c0

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

commands/query.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@
3434
$workflow->result()
3535
->title($title[1][0])
3636
->arg($magnet[1][0])
37-
->subtitle($subtitle);
37+
->subtitle($subtitle)
38+
->icon('icons/magnet.png');
39+
3840
}
3941

4042
echo $workflow->output();

icons/magnet.png

9.52 KB
Loading

0 commit comments

Comments
 (0)