Skip to content

Commit

Permalink
wrap config path
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciremun committed Apr 18, 2024
1 parent 8c8f6b2 commit cb5a07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freedom/ui/ui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ void draw_debug_log()
ImGui::Text("Selected Mods: %s", selected_mods_ptr ? mods_to_string(*selected_mods_ptr, selected_mods) : "Unknown");
ImGui::Text("Replay Mode: %s", is_replay_mode(osu_manager_ptr) ? "Yes" : "No");
ImGui::Text("Prepared Methods: %d", prepared_methods_count);
ImGui::Text("config.ini path: %s", ImGui::GetIO().IniFilename);
ImGui::TextWrapped("config.ini path: %s", ImGui::GetIO().IniFilename);
ImGui::EndChild(); // debug_game
ImGui::EndTabItem();
}
Expand Down

0 comments on commit cb5a07c

Please sign in to comment.