diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 13fa51df24..e4486e5984 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -586,7 +586,7 @@ Application::Application(int& argc, char** argv, QElapsedTimer& startupTimer, bo qCDebug(interfaceapp) << "Home sandbox appears to be running....."; determinedSandboxState = true; sandboxRunning = true; - }, [&]() { + }, [&, wantsSandboxRunning]() { qCDebug(interfaceapp) << "Home sandbox does not appear to be running...."; determinedSandboxState = true; sandboxRunning = false;