Linux DE detection fix

This commit is contained in:
DepressedTWM 2026-05-20 11:41:28 +04:00
parent 3f0e19c4df
commit 291f05af1f

View file

@ -299,7 +299,7 @@ Oneshot::Oneshot(RGSSThreadData &threadData) :
desktopEnv = "kde";
} else if (desktop.find("lxde") != std::string::npos) {
desktopEnv = "lxde";
} else if (desktop.find("lxde") != std::string::npos) {
} else if (desktop.find("lxqt") != std::string::npos) {
desktopEnv = "lxqt";
} else if (desktop.find("deepin") != std::string::npos) {
desktopEnv = "deepin";