Confirm dangerous downloads

This commit is contained in:
2026-05-07 22:27:20 -04:00
parent 912b7b4b94
commit d33c1e6a30
8 changed files with 393 additions and 114 deletions
@@ -58,7 +58,7 @@ impl DownloadFileAction {
command
}
fn label(self) -> &'static str {
pub fn label(self) -> &'static str {
match self {
Self::Open => "open",
Self::Reveal => "reveal",