Qt: Turn off sync when shutting down core

This commit is contained in:
Vicki Pfau 2018-06-25 09:31:53 -07:00
parent 1318d13039
commit 6d4d014cfd
1 changed files with 1 additions and 0 deletions

View File

@ -355,6 +355,7 @@ void CoreController::start() {
}
void CoreController::stop() {
setSync(false);
#ifdef USE_DEBUGGERS
setDebugger(nullptr);
#endif