alt: change selected version in VersionPage
This commit is contained in:
@@ -119,6 +119,8 @@ public class VersionPage extends Control implements DecoratorPage {
|
|||||||
public void setVersion(String version, Profile profile) {
|
public void setVersion(String version, Profile profile) {
|
||||||
this.version = version;
|
this.version = version;
|
||||||
this.profile = profile;
|
this.profile = profile;
|
||||||
|
|
||||||
|
profile.setSelectedVersion(version);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void loadVersion(String version, Profile profile) {
|
public void loadVersion(String version, Profile profile) {
|
||||||
|
|||||||
Reference in New Issue
Block a user