mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-02 11:26:59 +03:00
Edited a comment for clarity
Signed-off-by: Pagwin <git@pagwin.xyz>
This commit is contained in:
parent
55a212f3c4
commit
331c1de9cd
1 changed files with 3 additions and 1 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue