Add persistent links

This commit is contained in:
Joey Yakimowich-Payne 2026-01-30 11:28:43 -07:00
commit e8d3f63f4d
4 changed files with 362 additions and 9 deletions

View file

@ -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();