From b1b5adaa5a079c22b6edc068fe75a17e034cdf18 Mon Sep 17 00:00:00 2001 From: iaom Date: Fri, 26 Jan 2024 11:51:07 +0800 Subject: [PATCH] =?UTF-8?q?fix(index):=E8=A7=A3=E5=86=B3=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E7=B4=A2=E5=BC=95=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E6=9C=AA?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E7=94=9F=E6=88=90=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libsearch/index/file-indexer-config.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libsearch/index/file-indexer-config.cpp b/libsearch/index/file-indexer-config.cpp index 40877e5..1b54317 100644 --- a/libsearch/index/file-indexer-config.cpp +++ b/libsearch/index/file-indexer-config.cpp @@ -102,6 +102,7 @@ FileIndexerConfig::FileIndexerConfig(QObject *parent) qWarning() << UKUI_SEARCH_SCHEMAS << " is not found!"; } m_settings = new QSettings(INDEX_SETTINGS, QSettings::IniFormat, this); + sync(); } FileIndexerConfig::~FileIndexerConfig()