mirror of
https://github.com/MatMoul/plasma-containmentactions-customdesktopmenu.git
synced 2024-12-23 06:26:11 +00:00
bug name
This commit is contained in:
parent
be4ece3cf2
commit
9a31d24485
@ -124,7 +124,7 @@ void CustomDesktopMenu::parseConfig()
|
||||
// .desktop file
|
||||
if(KDesktopFile::isDesktopFile(cfgLine) == true) {
|
||||
KDesktopFile desktopFile(cfgLine);
|
||||
QString text = desktopFile.name();
|
||||
QString text = desktopFile.readName();
|
||||
if (!m_showAppsByName && !desktopFile.readGenericName().isEmpty()) {
|
||||
text = desktopFile.readGenericName();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user