mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-12 01:20:13 +03:00
Display tooltip also for chat names.
This commit is contained in:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user