Skip to content

Commit 2f0d107

Browse files
committed
Re-add copy version info button
1 parent a346d80 commit 2f0d107

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/SettingsApp/HTCCSettingsApp.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,9 @@ class HTCCSettingsApp {
293293

294294
ImGui::SeparatorText("About HTCC");
295295
ImGui::Text("%s", VersionString.c_str());
296+
if (ImGui::Button("Copy")) {
297+
ImGui::SetClipboardText(VersionString.c_str());
298+
}
296299

297300
ImGui::End();
298301

0 commit comments

Comments
 (0)