fix: Exclude ignore file from attach

This commit is contained in:
Petr Mironychev
2025-04-21 08:37:57 +02:00
parent 2b539bbdeb
commit 8a80dbe8f5
3 changed files with 17 additions and 14 deletions

View File

@ -78,6 +78,7 @@ public:
QString chatFileName() const;
void setRecentFilePath(const QString &filePath);
bool shouldIgnoreFileForAttach(const Utils::FilePath &filePath);
public slots:
void sendMessage(const QString &message);