mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 20:16:16 +02:00
more CR feedback
This commit is contained in:
parent
d5c87a0db6
commit
c575e19b81
1 changed files with 1 additions and 1 deletions
|
@ -586,7 +586,7 @@ Application::Application(int& argc, char** argv, QElapsedTimer& startupTimer, bo
|
||||||
qCDebug(interfaceapp) << "Home sandbox appears to be running.....";
|
qCDebug(interfaceapp) << "Home sandbox appears to be running.....";
|
||||||
determinedSandboxState = true;
|
determinedSandboxState = true;
|
||||||
sandboxRunning = true;
|
sandboxRunning = true;
|
||||||
}, [&]() {
|
}, [&, wantsSandboxRunning]() {
|
||||||
qCDebug(interfaceapp) << "Home sandbox does not appear to be running....";
|
qCDebug(interfaceapp) << "Home sandbox does not appear to be running....";
|
||||||
determinedSandboxState = true;
|
determinedSandboxState = true;
|
||||||
sandboxRunning = false;
|
sandboxRunning = false;
|
||||||
|
|
Loading…
Reference in a new issue