mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-03 03:46:58 +03:00
Implemented version selection stuff.
This commit is contained in:
parent
fb0432bf0b
commit
2e62f6e8d8
3 changed files with 12 additions and 1 deletions
|
|
@ -106,3 +106,8 @@ void NewInstanceDialog::on_btnChangeVersion_clicked()
|
|||
setSelectedVersion(version);
|
||||
}
|
||||
}
|
||||
|
||||
void NewInstanceDialog::on_instNameTextBox_textChanged(const QString &arg1)
|
||||
{
|
||||
updateDialogState();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue