diff options
Diffstat (limited to 'launcher/LaunchController.cpp')
-rw-r--r-- | launcher/LaunchController.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/LaunchController.cpp b/launcher/LaunchController.cpp index 38df1b04..11f9b2bb 100644 --- a/launcher/LaunchController.cpp +++ b/launcher/LaunchController.cpp @@ -160,6 +160,7 @@ void LaunchController::login() { ); if (result == QMessageBox::No) { + emitAborted(); return; } } |