Skip to content

Commit

Permalink
fix: Start button never be enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
kbinani committed May 8, 2024
1 parent 5668fba commit dd3f3da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/component/ToJavaConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ ToJavaConfig::ToJavaConfig(ChooseInputState const &chooseInputState, int forward
}

if (error.isEmpty()) {
fOk = true;
fMessage.reset(new Label("", ""));
} else {
fMessage.reset(new Label("", TRANS("There doesn't seem to be any Minecraft save data in the specified folder.")));
Expand Down

0 comments on commit dd3f3da

Please sign in to comment.