mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-04 20:36:58 +03:00
OSX tweakery
This commit is contained in:
parent
e17655243c
commit
de456b2b0b
3 changed files with 3 additions and 1 deletions
|
|
@ -38,6 +38,7 @@ LegacyModEditDialog::LegacyModEditDialog( LegacyInstance* inst, QWidget* parent
|
|||
m_texturepacks = m_inst->texturePackList();
|
||||
|
||||
ui->jarModsTreeView->setModel(m_jarmods.data());
|
||||
//ui->jarModsTreeView->setDragDropMode(QAbstractItemView::DragDrop);
|
||||
ui->coreModsTreeView->setModel(m_coremods.data());
|
||||
ui->mlModTreeView->setModel(m_mods.data());
|
||||
ui->texPackTreeView->setModel(m_texturepacks.data());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue