Skip to content

Commit

Permalink
feat: 关闭“AI智能搜索”时会同时关闭“自动更新索引”
Browse files Browse the repository at this point in the history
Description: 关闭“AI智能搜索”时会同时关闭“自动更新索引”

Log:
  • Loading branch information
lichaofan2008 authored and deepin-bot[bot] committed Nov 1, 2024
1 parent 68e60bd commit 7423e17
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,9 @@ void IntelligentRetrievalWidget::checkChanged()

m_featIndex->setChecked(on);
//m_fullTextIndex->setChecked(on);
//this->setAutoIndex(on);
if (!on) {
this->setAutoIndex(on);
}
//setFulltextQuery(on);

// 检测是否安装大模型,未安装就提醒弹窗
Expand Down

0 comments on commit 7423e17

Please sign in to comment.