From 6d9fc59bc5a2901851d8a5d50c15af91bab369f7 Mon Sep 17 00:00:00 2001 From: James Brunton Date: Mon, 9 Mar 2026 15:02:10 +0000 Subject: [PATCH] Get rid of bad description for file association on Windows (#5905) # Description of Changes Explorer currently shows this on Windows: image 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). --- frontend/src-tauri/tauri.conf.json | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src-tauri/tauri.conf.json b/frontend/src-tauri/tauri.conf.json index 4a89a794ca..304b876af4 100644 --- a/frontend/src-tauri/tauri.conf.json +++ b/frontend/src-tauri/tauri.conf.json @@ -50,7 +50,6 @@ "pdf" ], "name": "PDF Document", - "description": "Open PDF files with Stirling-PDF", "role": "Editor", "mimeType": "application/pdf" }