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

@ -75,6 +75,7 @@ ChatRootView {
recentPath {
text: qsTr("Latest chat file name: %1").arg(root.chatFileName.length > 0 ? root.chatFileName : "Unsaved")
}
openChatHistory.onClicked: root.openChatHistoryFolder()
}
ListView {