Fix virtual nodes

This commit is contained in:
Joey Yakimowich-Payne 2026-01-30 07:30:51 -07:00
commit 1dd4ef7327
7 changed files with 113 additions and 22 deletions

View file

@ -83,6 +83,10 @@ int main(int argc, char *argv[]) {
warppipe::ConnectionOptions opts;
opts.application_name = "warppipe-gui";
opts.config_path =
(QStandardPaths::writableLocation(QStandardPaths::AppConfigLocation) +
QStringLiteral("/config.json"))
.toStdString();
auto result = warppipe::Client::Create(opts);
if (!result.ok()) {