From 331c1de9cd8cc536b24f51cac612fee14f9c047a Mon Sep 17 00:00:00 2001 From: Pagwin Date: Tue, 25 Nov 2025 13:34:31 -0500 Subject: [PATCH] Edited a comment for clarity Signed-off-by: Pagwin --- launcher/ui/pages/instance/ModFolderPage.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/launcher/ui/pages/instance/ModFolderPage.cpp b/launcher/ui/pages/instance/ModFolderPage.cpp index 0ba2bba93..7aee9e105 100644 --- a/launcher/ui/pages/instance/ModFolderPage.cpp +++ b/launcher/ui/pages/instance/ModFolderPage.cpp @@ -403,7 +403,9 @@ inline bool ModFolderPage::handleNoModLoader() InstallLoaderDialog dialog(profile, QString(), this); bool ret = dialog.exec(); this->m_container->refreshContainer(); - // returning false so the caller can go and open up the dialog it was originally going to + + // returning negation of dialog.exec which'll be true if the install loader dialog got canceled/closed + // and false if the user went through and installed a loader return !ret; } case QMessageBox::No: {