Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit 05801c3

Browse files
committed
v0.1.3
1 parent 61ccfb9 commit 05801c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ClipboardR/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public List<Result> Query(Query query)
7070
results.AddRange(displayData.Select(o => new Result
7171
{
7272
Title = o.DisplayTitle,
73-
SubTitle = $"{o.Score}",
73+
SubTitle = o.SenderApp,
7474
// IcoPath = o.IconPath,
7575
Icon = () => o.Icon,
7676
CopyText = o.Text,

0 commit comments

Comments
 (0)