add 'terminal=true' support for .qsrun entries
这个提交包含在:
父节点
2b1fb5b0c2
当前提交
0183ad58b8
@ -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;
|
||||
}
|
||||
|
||||
|
正在加载...
在新工单中引用
屏蔽一个用户