mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 21:27:44 +02:00
Fixing CI format issues
Signed-off-by: SabrePenguin <lknofczynski@gmail.com>
This commit is contained in:
@ -503,8 +503,8 @@ void FlameManagedPackPage::suggestVersion()
|
||||
}
|
||||
auto version = m_pack.versions.at(index);
|
||||
|
||||
ui->changelogTextBrowser->setHtml(StringUtils::htmlListPatch(
|
||||
m_api.getModFileChangelog(m_inst->getManagedPackID().toInt(), version.fileId)));
|
||||
ui->changelogTextBrowser->setHtml(
|
||||
StringUtils::htmlListPatch(m_api.getModFileChangelog(m_inst->getManagedPackID().toInt(), version.fileId)));
|
||||
|
||||
ManagedPackPage::suggestVersion();
|
||||
}
|
||||
|
Reference in New Issue
Block a user