IA6AU3【主题制作工坊】【次要】【图标主题】创建系统设置主题后安装应用,控制面板首页各选项图标与上传的图 片不对应
This commit is contained in:
parent
4968be1048
commit
73048f8e6d
|
@ -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到相应位置上
|
||||
|
|
Loading…
Reference in New Issue