This commit is contained in:
朱子楚\zhuzi 2024-04-13 10:51:24 +08:00
parent 481e19c8cc
commit 9296b18606

View File

@ -260,7 +260,7 @@ QString FluTools::getWallpaperFilePath() {
return {};
}
return QString::fromWCharArray(path);
#elif defined(Q_OS_WIN)
#elif defined(Q_OS_LINUX)
auto type = QSysInfo::productType();
if (type == "uos") {
QProcess process;