Skip to content

Commit

Permalink
fix: 使用实际的图片路径(地址)设置壁纸
Browse files Browse the repository at this point in the history
不应该使用图片url, 需要使用解析后的图片地址转换为壁纸图片去设置

Log: 修复看图设置壁纸错误的问题
Influence: 桌面壁纸设置
  • Loading branch information
dengbo11 committed Jul 28, 2023
1 parent 330846e commit 92710d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/modules/background/backgrounds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -225,5 +225,5 @@ QString Backgrounds::prepare(QString file)
return tempFile;
}

return onPrepare(file);
return onPrepare(tempFile);
}

0 comments on commit 92710d1

Please sign in to comment.