mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +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.....";
|
||||
determinedSandboxState = true;
|
||||
sandboxRunning = true;
|
||||
}, [&]() {
|
||||
}, [&, wantsSandboxRunning]() {
|
||||
qCDebug(interfaceapp) << "Home sandbox does not appear to be running....";
|
||||
determinedSandboxState = true;
|
||||
sandboxRunning = false;
|
||||
|
|
Loading…
Reference in a new issue