Edited a comment for clarity

Signed-off-by: Pagwin <git@pagwin.xyz>
This commit is contained in:
Pagwin
2025-11-25 13:34:31 -05:00
committed by GitHub
parent 55a212f3c4
commit 331c1de9cd

View File

@@ -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: {