startkde: fix a condition error in `allServices`
`startsWith` in QStringList only checks if the first item is equal to the value, which does not match the prefix.
Please register or sign in to comment
`startsWith` in QStringList only checks if the first item is equal to the value, which does not match the prefix.