Merge pull request #1303 from xiaoyifang/opt/fulltext-dialog

opt: do not set the default text
This commit is contained in:
xiaoyifang 2023-11-29 17:31:03 +08:00 committed by GitHub
commit a40d76232c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4217,7 +4217,7 @@ void MainWindow::showFullTextSearchDialog()
{
if ( !ftsDlg ) {
ftsDlg = new FTS::FullTextSearchDialog( this, cfg, dictionaries, groupInstances, ftsIndexing );
ftsDlg->setSearchText( translateLine->text() );
// ftsDlg->setSearchText( translateLine->text() );
addGlobalActionsToDialog( ftsDlg );
addGroupComboBoxActionsToDialog( ftsDlg, groupList );