mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-22 10:40:10 +08:00
update
This commit is contained in:
parent
481e19c8cc
commit
9296b18606
@ -260,7 +260,7 @@ QString FluTools::getWallpaperFilePath() {
|
|||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
return QString::fromWCharArray(path);
|
return QString::fromWCharArray(path);
|
||||||
#elif defined(Q_OS_WIN)
|
#elif defined(Q_OS_LINUX)
|
||||||
auto type = QSysInfo::productType();
|
auto type = QSysInfo::productType();
|
||||||
if (type == "uos") {
|
if (type == "uos") {
|
||||||
QProcess process;
|
QProcess process;
|
||||||
|
Loading…
Reference in New Issue
Block a user