@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user