mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2026-03-19 02:22:11 +01: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"
|
||||
],
|
||||
"name": "PDF Document",
|
||||
"description": "Open PDF files with Stirling-PDF",
|
||||
"role": "Editor",
|
||||
"mimeType": "application/pdf"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user