diff options
| author | Dustin Mierau <dustin@mierau.me> | 2024-05-14 13:35:26 -0700 |
|---|---|---|
| committer | Dustin Mierau <dustin@mierau.me> | 2024-05-14 13:35:26 -0700 |
| commit | 87e979fb48da4a46e64544cea3e7b7d5fc32caa1 (patch) | |
| tree | 4c10cdba5a88544543bf45ae454f643decf1358c /Hotline/macOS/FilePreviewImageView.swift | |
| parent | e9fcf8c3b14e77479a6fb471bb51cd82a008147c (diff) | |
Newsgroup posting now works. Added reload button to news. More work on server and user icons.
Diffstat (limited to 'Hotline/macOS/FilePreviewImageView.swift')
| -rw-r--r-- | Hotline/macOS/FilePreviewImageView.swift | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Hotline/macOS/FilePreviewImageView.swift b/Hotline/macOS/FilePreviewImageView.swift index ae9a825..b8ad37b 100644 --- a/Hotline/macOS/FilePreviewImageView.swift +++ b/Hotline/macOS/FilePreviewImageView.swift @@ -80,9 +80,9 @@ struct FilePreviewImageView: View { Button { let _ = preview?.data?.saveAsFileToDownloads(filename: info.name) } label: { - Label("Save Image...", systemImage: "photo.badge.arrow.down") + Label("Download Image...", systemImage: "arrow.down") } - .help("Save Image") + .help("Download Image") } ToolbarItem(placement: .primaryAction) { |