Skip to content

Commit

Permalink
Fixed created profiles not having the created profile selected
Browse files Browse the repository at this point in the history
  • Loading branch information
Sollace committed Feb 20, 2016
1 parent b956a82 commit a043a2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BlazeloaderInstaller/VersionsWritingHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ public override void next(MainWindow window) {
name = VersionName,
javaArgs = launcherArgs.Text,
launcherVisibilityOnGameClose = (string)launcherVisibility.SelectedItem,
lastVersionId = created.Name,
useHopperCrashService = false
});
}
Expand Down

0 comments on commit a043a2c

Please sign in to comment.