add 'terminal=true' support for .qsrun entries
Αυτή η υποβολή περιλαμβάνεται σε:
γονέας
2d14b01c5c
υποβολή
38cc87fbcd
@ -223,6 +223,7 @@ EntryConfig EntryProvider::readqsrunFile(const QString &path)
|
||||
}
|
||||
result.col = map["col"].toInt();
|
||||
result.row = map["row"].toInt();
|
||||
result.isTerminalCommand = map["terminal"] == "true";
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Φόρτωση…
Αναφορά σε νέο ζήτημα
Block a user