Skip to content

Commit

Permalink
Try start as detached
Browse files Browse the repository at this point in the history
  • Loading branch information
tcorbly committed Nov 30, 2023
1 parent d5bf502 commit 2f9fda5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Create3Widget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,7 @@ void Create3Widget::resetServer()
});

// Start process to start server
startCreate3Service->start(startCommand, startArgs);

if (startCreate3Service->waitForFinished())
if (startCreate3Service->startDetached(startCommand, startArgs))
{
qDebug() << "Create3 Server successfully started";
}
Expand Down

0 comments on commit 2f9fda5

Please sign in to comment.