Skip to content

Commit

Permalink
Launcher: Resizable window should be under Game Adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
32th-System committed Jul 9, 2022
1 parent b793b8c commit 51d2c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thprac/src/thprac/thprac_launcher_cfg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1372,7 +1372,6 @@ class THCfgGui {
ImGui::EndDisabled();
ImGui::SameLine();
GuiHelpMarker(XSTR(THPRAC_REFLECTIVE_LAUNCH_DESC));
mResizableWindow.Gui(XSTR(THPRAC_RESIZABLE_WINDOW));
ImGui::NewLine();

ImGui::Text(XSTR(THPRAC_SETTING_LAUNCHER));
Expand All @@ -1391,6 +1390,7 @@ class THCfgGui {
ImGui::Text(XSTR(THPRAC_GAME_ADJUSTMENTS));
ImGui::Separator();
mCfgUnlockRefreshRate.Gui(XSTR(THPRAC_UNLOCK_REFRESH_RATE), XSTR(THPRAC_UNLOCK_REFRESH_RATE_DESC));
mResizableWindow.Gui(XSTR(THPRAC_RESIZABLE_WINDOW));
ImGui::NewLine();

ImGui::Text(XSTR(THPRAC_SETTING_LANGUAGE));
Expand Down

0 comments on commit 51d2c28

Please sign in to comment.