be extra forgiving, even
This commit is contained in:
parent
43b46a57e3
commit
22a73dd0ab
@ -258,6 +258,7 @@ int main(int argc, char **argv)
|
||||
QString serviceType = package.metadata().serviceType();
|
||||
if (!serviceType.isEmpty()) {
|
||||
if (serviceType.contains("Plasma/Applet") ||
|
||||
serviceType.contains("Plasma/PopupApplet") ||
|
||||
serviceType.contains("Plasma/Containment")) {
|
||||
type = "plasmoid";
|
||||
} else if (serviceType == "Plasma/DataEngine") {
|
||||
|
Loading…
Reference in New Issue
Block a user