fix(ManagedPackPage): better changelog text when fetching / no changelog
Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
@ -219,6 +219,9 @@ void ModrinthManagedPackPage::parseManagedPack()
|
||||
netJob->deleteLater();
|
||||
delete response;
|
||||
});
|
||||
|
||||
ui->changelogTextBrowser->setText(tr("Fetching changelogs..."));
|
||||
|
||||
netJob->start();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user