mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 09:05:14 +00:00
@@ -96,7 +96,7 @@ int32 documentColorIndex(DocumentData *document, QString &ext) {
|
||||
? document->mimeString().toLower()
|
||||
: QString();
|
||||
if (name.endsWith(qstr(".doc")) ||
|
||||
name.endsWith(qstr(".docx")) ||
|
||||
name.endsWith(qstr(".docx")) ||
|
||||
name.endsWith(qstr(".txt")) ||
|
||||
name.endsWith(qstr(".psd")) ||
|
||||
mime.startsWith(qstr("text/"))) {
|
||||
|
Reference in New Issue
Block a user