Skip to content

Commit

Permalink
Change the PDF icon so that things dependent on files work.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcain authored Nov 12, 2021
1 parent 6b4641f commit 17ae542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/backend/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Utils {
"application/json": MdiIcons.codeBraces,
"application/msword": MdiIcons.fileWordOutline,
"application/octet-stream": MdiIcons.fileDocumentOutline,
"application/pdf": MdiIcons.filePdfOutline,
"application/pdf": MdiIcons.fileDocumentOutline,
"application/vnd.microsoft.portable-executable":
MdiIcons.microsoftWindows,
"application/vnd.ms-excel": MdiIcons.fileExcelOutline,
Expand Down

0 comments on commit 17ae542

Please sign in to comment.