IA67NF 【主题制作工坊】【主要】【grub背景】导入符合要求的png图片,提示该文件不是jpg文件,导致无法导入图片
This commit is contained in:
parent
0b58f25ffb
commit
0e364fb132
|
@ -147,7 +147,7 @@ void GrubThemeWidget::initEditWidget()
|
|||
// 如果选择的文件路径不为空
|
||||
if (!newFilePath.isEmpty()) {
|
||||
// 判断选择的文件是否是合法的壁纸文件
|
||||
if(FileCheck::isLegalWallPaperFile(newFilePath,"wallpaper")){
|
||||
if(FileCheck::isLegalWallPaperFile(newFilePath,"grub")){
|
||||
// 更新背景预览
|
||||
m_preview->updateBackground(newFilePath);
|
||||
// 加载图片文件并创建一个QPixmap对象
|
||||
|
|
Loading…
Reference in New Issue