mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-16 19:33:11 +02:00
Get rid of bad description for file association on Windows (#5905)
# Description of Changes Explorer currently shows this on Windows: <img width="380" height="43" alt="image" src="https://github.com/user-attachments/assets/a892d827-8e0a-4f85-a035-52a454eaadd8" /> This PR just removes the description for the file association so we use the default behaviour. This string is only used on Windows according to the [Tauri docs](https://v2.tauri.app/reference/config/#description-1).
This commit is contained in:
@@ -50,7 +50,6 @@
|
|||||||
"pdf"
|
"pdf"
|
||||||
],
|
],
|
||||||
"name": "PDF Document",
|
"name": "PDF Document",
|
||||||
"description": "Open PDF files with Stirling-PDF",
|
|
||||||
"role": "Editor",
|
"role": "Editor",
|
||||||
"mimeType": "application/pdf"
|
"mimeType": "application/pdf"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user