mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +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());
|
||||
|
|
|
|||
|
|
@ -108,7 +108,7 @@ void NewInstanceDialog::on_btnChangeVersion_clicked()
|
|||
|
||||
void NewInstanceDialog::on_iconButton_clicked()
|
||||
{
|
||||
IconPickerDialog dlg;
|
||||
IconPickerDialog dlg(this);
|
||||
dlg.exec(InstIconKey);
|
||||
|
||||
if(dlg.result() == QDialog::Accepted)
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ VersionSelectDialog::VersionSelectDialog(InstVersionList *vlist, QWidget *parent
|
|||
ui(new Ui::VersionSelectDialog)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
setWindowModality(Qt::WindowModal);
|
||||
|
||||
m_vlist = vlist;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue