mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03: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();
|
qDebug() << " desktopEntryName: " << service->desktopEntryName();
|
||||||
|
|
||||||
if (service->isApplication() &&
|
if (service->isApplication() &&
|
||||||
!blacklist.contains(service->desktopEntryName() + QStringLiteral(".desktop")) &&
|
!blacklist.contains(service->desktopEntryName()) &&
|
||||||
service->showOnCurrentPlatform() &&
|
service->showOnCurrentPlatform() &&
|
||||||
!service->property("Terminal", QVariant::Bool).toBool()) {
|
!service->property("Terminal", QVariant::Bool).toBool()) {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue