mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-14 05:06:54 +03:00
Some UI widgets constructor refactor and minor function renaming.
Added Moonshot LLM models support.
This commit is contained in:
@@ -1408,7 +1408,7 @@ void LLMChatUI::showMsg( String msg ) {
|
||||
msgBox->getTextBox()->setPixelsSize(
|
||||
{ PixelDensity::dpToPx( 600 ), msgBox->getTextBox()->getPixelsSize().getHeight() } );
|
||||
msgBox->getTextBox()->setWordWrap( true );
|
||||
msgBox->getTextBox()->setTextSelection( true );
|
||||
msgBox->getTextBox()->setTextSelectionEnabled( true );
|
||||
msgBox->getTextBox()->onClick(
|
||||
[]( const MouseEvent* event ) {
|
||||
auto tv = event->getNode()->asType<UITextView>();
|
||||
|
||||
Reference in New Issue
Block a user