mirror of
https://github.com/UltimMC/Launcher.git
synced 2026-01-01 05:06:15 +00:00
OSX tweakery
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user