diff --git a/src/FluTools.cpp b/src/FluTools.cpp index 9bdb5174..d6a8f680 100644 --- a/src/FluTools.cpp +++ b/src/FluTools.cpp @@ -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;