Skip to content

Commit

Permalink
Merge pull request #232 from inada-s/remove-replay-convert-button
Browse files Browse the repository at this point in the history
Remove replay convert checkbox
  • Loading branch information
inada-s authored Jul 29, 2023
2 parents da31161 + 5c99a71 commit b84cc11
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/gdxsv/gdxsv_backend_replay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -916,9 +916,7 @@ void GdxsvBackendReplay::RenderPauseMenu() {
ImGui::Text("LT: Previous Round");
}

#ifdef NDEBUG
ImGui::Checkbox("Save converted replay on end", &save_converted_log_);
#endif
// ImGui::Checkbox("Save converted replay on end", &save_converted_log_);

ImGui::End();
}

0 comments on commit b84cc11

Please sign in to comment.