Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
朱子楚\zhuzi committed Apr 13, 2024
1 parent 481e19c commit 9296b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FluTools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9296b18

Please sign in to comment.