Display tooltip also for chat names.

This commit is contained in:
Martín Lucas Golini
2025-10-11 22:40:15 -03:00
parent 30e7b84c05
commit fcc517a926
4 changed files with 12 additions and 3 deletions

View File

@@ -1308,6 +1308,7 @@ void LLMChatUI::updateTabTitle() {
if ( !mSummary.empty() )
title += " - " + mSummary;
tab->setText( title );
tab->setTooltipText( title );
}
void LLMChatUI::renameChat( const std::string& newName, bool invertLockedState ) {