more CR feedback

This commit is contained in:
Brad Hefta-Gaub 2016-10-17 13:09:10 -07:00
parent d5c87a0db6
commit c575e19b81

View file

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