alt: change selected version in VersionPage

This commit is contained in:
huanghongxun 2020-04-25 19:45:28 +08:00
parent 4bac9380d1
commit cf1b91ec55

View File

@ -119,6 +119,8 @@ public class VersionPage extends Control implements DecoratorPage {
public void setVersion(String version, Profile profile) {
this.version = version;
this.profile = profile;
profile.setSelectedVersion(version);
}
public void loadVersion(String version, Profile profile) {