diff options
| author | Dustin Mierau <dustin@mierau.me> | 2024-01-14 19:52:32 -0800 |
|---|---|---|
| committer | Dustin Mierau <dustin@mierau.me> | 2024-01-14 19:52:32 -0800 |
| commit | fffb072dcd736a061186f44511d2a10cb41e8b42 (patch) | |
| tree | bd856778e6cd9710d20d2889b904ff3ba5a33404 /Hotline/macOS/FilesView.swift | |
| parent | ff7445f1c273a79d0da70845073b58e30680c778 (diff) | |
Add support for downloading files with resource forks! Also properly set HFS creator code and type on downloaded files when specified by the server.
Diffstat (limited to 'Hotline/macOS/FilesView.swift')
| -rw-r--r-- | Hotline/macOS/FilesView.swift | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Hotline/macOS/FilesView.swift b/Hotline/macOS/FilesView.swift index b9f15db..397feb3 100644 --- a/Hotline/macOS/FilesView.swift +++ b/Hotline/macOS/FilesView.swift @@ -42,9 +42,6 @@ struct FileView: View { } else { FileIconView(filename: file.name) -// .resizable() -// .aspectRatio(contentMode: .fit) -// .scaledToFill() .frame(width: 16, height: 16) } } |