feat: Add chat file name in top bar

This commit is contained in:
Petr Mironychev
2025-01-24 00:52:10 +01:00
parent bf63ae5714
commit 258053d826
4 changed files with 34 additions and 4 deletions

View File

@ -72,6 +72,9 @@ ChatRootView {
tokensBadge {
text: qsTr("tokens:%1/%2").arg(root.inputTokensCount).arg(root.chatModel.tokensThreshold)
}
recentPath {
text: qsTr("Latest chat file name: %1").arg(root.chatFileName.length > 0 ? root.chatFileName : "Unsaved")
}
}
ListView {