SaveTool: fix a mistake in drawAbout.
This commit is contained in:
parent
db3eba5b59
commit
4d9fc46003
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ void SaveTool::drawAbout() {
|
||||||
drawAlignedText(ICON_FA_GITHUB " %s", efsw_repo);
|
drawAlignedText(ICON_FA_GITHUB " %s", efsw_repo);
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
if(ImGui::Button("Copy to clipboard")) {
|
if(ImGui::Button("Copy to clipboard")) {
|
||||||
ImGui::SetClipboardText(efsw_repo.data());
|
ImGui::SetClipboardText(efsw_repo);
|
||||||
}
|
}
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
if(ImGui::Button("Open in browser")) {
|
if(ImGui::Button("Open in browser")) {
|
||||||
|
|
Loading…
Reference in a new issue