EntryProvider: fix handling of names with spaces
Αυτή η υποβολή περιλαμβάνεται σε:
γονέας
5eb09540c6
υποβολή
b588fd07be
@ -155,7 +155,7 @@ EntryConfig EntryProvider::readqsrunFile(const QString &path)
|
||||
}
|
||||
if(key == "name")
|
||||
{
|
||||
result.name = splitted[1];
|
||||
result.name = splitted.mid(1).join(' ');
|
||||
}
|
||||
if(key == "icon")
|
||||
{
|
||||
|
Φόρτωση…
Αναφορά σε νέο ζήτημα
Block a user