diff --git a/src/module/iconthemewidget.cpp b/src/module/iconthemewidget.cpp index 247d368..4acfef9 100644 --- a/src/module/iconthemewidget.cpp +++ b/src/module/iconthemewidget.cpp @@ -770,6 +770,13 @@ void IconThemeWidget::initBatchEditWidget() } } FileProcess::g_isBatchImport = false; + //FIX m_systempreview sorterror + if(m_info.historytime == nullptr){ + m_systempreview->updateIconMap(m_systemiconpathmap,"systemicon"); + }else{ + m_systempreview->updateIconMap(m_historysystemiconmap,"systemicon"); + } + }); // connect(bacthButton,&DropBatchButton::droprealbatchicon,this,[=](const QString& folderPath){ // // 打开文件对话框,选中文件夹,filecheck之后把对应文件update到相应位置上