Disabled Preview button for text files (#2680)
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
@@ -138,7 +138,7 @@ export const extensionPreview = (
|
||||
"png",
|
||||
"heic",
|
||||
];
|
||||
const textExtensions = ["pdf", "txt", "json"];
|
||||
const textExtensions = ["pdf"];
|
||||
const audioExtensions = ["wav", "mp3", "alac", "aiff", "dsd", "pcm"];
|
||||
const videoExtensions = [
|
||||
"mp4",
|
||||
|
||||
Reference in New Issue
Block a user