Fixing CI format issues
Signed-off-by: SabrePenguin <lknofczynski@gmail.com>
This commit is contained in:
parent
b9c010ffb2
commit
51f4ede797
8 changed files with 12 additions and 13 deletions
|
@ -35,9 +35,9 @@
|
|||
*/
|
||||
|
||||
#include "Page.h"
|
||||
#include "StringUtils.h"
|
||||
#include "ui/widgets/ProjectItem.h"
|
||||
#include "ui_Page.h"
|
||||
#include "StringUtils.h"
|
||||
|
||||
#include <QInputDialog>
|
||||
|
||||
|
@ -261,10 +261,9 @@ void Page::onPackSelectionChanged(Modpack* pack)
|
|||
{
|
||||
ui->versionSelectionBox->clear();
|
||||
if (pack) {
|
||||
currentModpackInfo->setHtml(StringUtils::htmlListPatch(
|
||||
"Pack by <b>" + pack->author + "</b>" + "<br>Minecraft " + pack->mcVersion +
|
||||
"<br>" + "<br>" +
|
||||
pack->description + "<ul><li>" + pack->mods.replace(";", "</li><li>") + "</li></ul>"));
|
||||
currentModpackInfo->setHtml(StringUtils::htmlListPatch("Pack by <b>" + pack->author + "</b>" + "<br>Minecraft " + pack->mcVersion +
|
||||
"<br>" + "<br>" +
|
||||
pack->description + "<ul><li>" + pack->mods.replace(";", "</li><li>") + "</li></ul>"));
|
||||
bool currentAdded = false;
|
||||
|
||||
for (int i = 0; i < pack->oldVersions.size(); i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue