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