mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
.desktop extension is not needed here
This commit is contained in:
parent
44bafbed70
commit
c390a857d3
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ void ApplicationListModel::loadApplications()
|
|||
qDebug() << " desktopEntryName: " << service->desktopEntryName();
|
||||
|
||||
if (service->isApplication() &&
|
||||
!blacklist.contains(service->desktopEntryName() + QStringLiteral(".desktop")) &&
|
||||
!blacklist.contains(service->desktopEntryName()) &&
|
||||
service->showOnCurrentPlatform() &&
|
||||
!service->property("Terminal", QVariant::Bool).toBool()) {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue