diff --git a/src/oneshot.cpp b/src/oneshot.cpp index 9c95410..515cc3b 100644 --- a/src/oneshot.cpp +++ b/src/oneshot.cpp @@ -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";