style: use visual command icon instead of text for paste hint

This commit is contained in:
nimbold
2026-06-03 05:11:18 +03:30
parent 7e4915f31d
commit f6d34caaf1
+1 -1
View File
@@ -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.")
)
}
}