From 87e979fb48da4a46e64544cea3e7b7d5fc32caa1 Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Tue, 14 May 2024 13:35:26 -0700 Subject: Newsgroup posting now works. Added reload button to news. More work on server and user icons. --- Hotline/macOS/FilePreviewImageView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Hotline/macOS/FilePreviewImageView.swift') 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) { -- cgit