From f6d34caaf1f8d4d369aacd79b2fd55011929c12f Mon Sep 17 00:00:00 2001 From: nimbold <11913706+nimbold@users.noreply.github.com> Date: Wed, 3 Jun 2026 05:11:18 +0330 Subject: [PATCH] style: use visual command icon instead of text for paste hint --- Sources/Firelink/DownloadTable.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Firelink/DownloadTable.swift b/Sources/Firelink/DownloadTable.swift index 5b5eace..7b2e936 100644 --- a/Sources/Firelink/DownloadTable.swift +++ b/Sources/Firelink/DownloadTable.swift @@ -161,7 +161,7 @@ struct DownloadTable: View { ContentUnavailableView( "No Downloads", systemImage: "arrow.down.circle", - description: Text("Use Add or press Command-V to paste one or more links.") + description: Text("Use Add or press \(Image(systemName: "command"))V to paste one or more links.") ) } }