From dc135f7b0ea624b564374ce3bb38c23280621241 Mon Sep 17 00:00:00 2001 From: Travis Abendshien Date: Sat, 8 Jun 2024 10:48:11 -0700 Subject: [PATCH] Add ".plist" to PLAINTEXT_TYPES --- tagstudio/src/core/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tagstudio/src/core/constants.py b/tagstudio/src/core/constants.py index a828db06..c985a44d 100644 --- a/tagstudio/src/core/constants.py +++ b/tagstudio/src/core/constants.py @@ -98,6 +98,7 @@ PLAINTEXT_TYPES: list[str] = [ ".php", ".sh", ".bat", + ".plist", ] SPREADSHEET_TYPES: list[str] = [".csv", ".xls", ".xlsx", ".numbers", ".ods"] PRESENTATION_TYPES: list[str] = [".ppt", ".pptx", ".key", ".odp"]