Skip to content

Commit

Permalink
fix: manual treeland adaptation
Browse files Browse the repository at this point in the history
manual treeland adaptation

Log: manual treeland adaptation
  • Loading branch information
pengfeixx committed Aug 20, 2024
1 parent 7a8a003 commit 50ded22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/base/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,8 @@ bool Utils::judgeWayLand()
bool Utils::judgeTreeLand()
{
if (qEnvironmentVariable("DDE_CURRENT_COMPOSITOR") == "TreeLand")
return false;
return true;
return true;
return false;
}

QStringList Utils::getMdsourcePath()
Expand Down

0 comments on commit 50ded22

Please sign in to comment.