IA6AU3【主题制作工坊】【次要】【图标主题】创建系统设置主题后安装应用,控制面板首页各选项图标与上传的图 片不对应

This commit is contained in:
like 2024-06-21 14:55:02 +08:00
parent 4968be1048
commit 73048f8e6d
1 changed files with 7 additions and 0 deletions

View File

@ -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到相应位置上