diff options
Diffstat (limited to 'Hotline/macOS')
| -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) } } |