feat: add image support for FTB packs

Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
flow
2022-09-10 19:00:47 -03:00
parent 60f19f305e
commit d7992ab29d
2 changed files with 10 additions and 1 deletions

View File

@ -73,6 +73,8 @@ FtbPage::FtbPage(NewInstanceDialog* dialog, QWidget *parent)
connect(ui->sortByBox, &QComboBox::currentTextChanged, this, &FtbPage::onSortingSelectionChanged);
connect(ui->packView->selectionModel(), &QItemSelectionModel::currentChanged, this, &FtbPage::onSelectionChanged);
connect(ui->versionSelectionBox, &QComboBox::currentTextChanged, this, &FtbPage::onVersionSelectionChanged);
ui->packDescription->setMetaEntry("FTBPacks");
}
FtbPage::~FtbPage()