Skip to content

Commit

Permalink
fix: it's called Plasma
Browse files Browse the repository at this point in the history
  • Loading branch information
pontaoski committed Sep 19, 2022
1 parent 5bcc456 commit 66be0d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/launcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ QString Launcher::currentDE()
{
QByteArray bytes = qgetenv("XDG_CURRENT_DESKTOP");
QString output = QString::fromLocal8Bit(bytes);
if (bytes == "KDE") {
return "Plasma";
}
return output;
}
Launcher::~Launcher() {
Expand Down

0 comments on commit 66be0d8

Please sign in to comment.