mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-02-01 23:59:10 +00:00
Add ".plist" to PLAINTEXT_TYPES
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user