diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-11-28 00:19:44 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-11-28 00:19:44 +0100 |
| commit | 4398fb6da5021a3d083351aa216551801ec2ac33 (patch) | |
| tree | bf35d9451043ea89c3f64835267528c59162e1ef /Hotline/Library | |
| parent | 213710bf5bd6413c747bf126db50816ef5de5a6e (diff) | |
Diffstat (limited to 'Hotline/Library')
| -rw-r--r-- | Hotline/Library/Views/FileIconView.swift | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Hotline/Library/Views/FileIconView.swift b/Hotline/Library/Views/FileIconView.swift index 10692e6..157781f 100644 --- a/Hotline/Library/Views/FileIconView.swift +++ b/Hotline/Library/Views/FileIconView.swift @@ -40,9 +40,10 @@ struct FileIconView: View { else { return Image(systemName: "doc") } - + return Image(systemName: "doc") } + } #elseif os(macOS) private var fileIcon: Image { let fileExtension = (self.filename as NSString).pathExtension |