fix(ManagedPackPage): better changelog text when fetching / no changelog

Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
flow
2022-11-12 11:49:21 -03:00
parent 968366c2ae
commit 04dbe28793
2 changed files with 8 additions and 1 deletions

View File

@ -219,6 +219,9 @@ void ModrinthManagedPackPage::parseManagedPack()
netJob->deleteLater();
delete response;
});
ui->changelogTextBrowser->setText(tr("Fetching changelogs..."));
netJob->start();
}