mirror of
https://github.com/PrismLauncher/PrismLauncher
synced 2026-04-23 09:05:03 +00:00
apply reviewer suggestion: use explicit MSA check again
Co-authored-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com> Signed-off-by: captivator <84224501+qaptivator@users.noreply.github.com>
This commit is contained in:
parent
4344f5eef9
commit
03799bf258
|
|
@ -1391,7 +1391,7 @@ void MainWindow::on_actionManageSkins_triggered()
|
|||
{
|
||||
auto account = APPLICATION->accounts()->defaultAccount();
|
||||
|
||||
if (account && (account->accountType() != AccountType::Offline) && !account->isActive()) {
|
||||
if (account && (account->accountType() == AccountType::MSA) && !account->isActive()) {
|
||||
SkinManageDialog dialog(this, account);
|
||||
dialog.exec();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue