fix: Saving name of chat in native language

- Add button to show chat history folder in system viewer
This commit is contained in:
Petr Mironychev
2025-01-26 23:06:51 +01:00
parent 45aba6b6be
commit 56995c9edf
4 changed files with 70 additions and 9 deletions

View File

@ -64,6 +64,7 @@ public:
Q_INVOKABLE void removeFileFromLinkList(int index);
Q_INVOKABLE void calculateMessageTokensCount(const QString &message);
Q_INVOKABLE void setIsSyncOpenFiles(bool state);
Q_INVOKABLE void openChatHistoryFolder();
Q_INVOKABLE void updateInputTokensCount();
int inputTokensCount() const;