SaveTool: fix a mistake in drawAbout.

This commit is contained in:
Guillaume Jacquemin 2022-03-06 09:25:23 +01:00
parent db3eba5b59
commit 4d9fc46003
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ void SaveTool::drawAbout() {
drawAlignedText(ICON_FA_GITHUB " %s", efsw_repo);
ImGui::SameLine();
if(ImGui::Button("Copy to clipboard")) {
ImGui::SetClipboardText(efsw_repo.data());
ImGui::SetClipboardText(efsw_repo);
}
ImGui::SameLine();
if(ImGui::Button("Open in browser")) {