Add persistent links
This commit is contained in:
parent
ecec82c70e
commit
e8d3f63f4d
4 changed files with 362 additions and 9 deletions
|
|
@ -186,7 +186,7 @@ bool PresetManager::loadPreset(const QString &path, warppipe::Client *client,
|
|||
std::string inPort = route["in_port"].toString().toStdString();
|
||||
|
||||
client->CreateLinkByName(outNode, outPort, inNode, inPort,
|
||||
warppipe::LinkOptions{});
|
||||
warppipe::LinkOptions{.linger = true});
|
||||
}
|
||||
|
||||
model->refreshFromClient();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue