aboutsummaryrefslogtreecommitdiff
path: root/Hotline/macOS/FilesView.swift
diff options
context:
space:
mode:
authorDustin Mierau <dustin@mierau.me>2024-01-14 19:52:32 -0800
committerDustin Mierau <dustin@mierau.me>2024-01-14 19:52:32 -0800
commitfffb072dcd736a061186f44511d2a10cb41e8b42 (patch)
treebd856778e6cd9710d20d2889b904ff3ba5a33404 /Hotline/macOS/FilesView.swift
parentff7445f1c273a79d0da70845073b58e30680c778 (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.swift3
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)
}
}