From 355762aa303361819340cc2f8b92ada326a7e03d Mon Sep 17 00:00:00 2001 From: Sefa Eyeoglu Date: Thu, 4 Aug 2022 10:02:54 +0200 Subject: fix: emit abort in LaunchController Signed-off-by: Sefa Eyeoglu --- launcher/LaunchController.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'launcher/LaunchController.cpp') 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; } } -- cgit