mirror of
https://github.com/SunsetMkt/Akebi-GC.git
synced 2025-09-19 12:06:04 +08:00
Merge pull request #282 from HotdogMassacre/InstantBowCharge-BugsURLFix
Fix InstantBowCharge Bug URL
This commit is contained in:
@ -55,7 +55,7 @@ namespace cheat::feature
|
|||||||
|
|
||||||
if (f_InstantBow) {
|
if (f_InstantBow) {
|
||||||
ImGui::Text("If Instant Bow Charge doesn't work:");
|
ImGui::Text("If Instant Bow Charge doesn't work:");
|
||||||
TextURL("Please contribute to issue on GitHub.", "https://github.com/CallowBlack/genshin-cheat/issues/47", false, false);
|
TextURL("Please contribute to issue on GitHub.", "https://github.com/Akebi-Group/Akebi-GC/issues/281", false, false);
|
||||||
if (ImGui::TreeNode("Ability Log [DEBUG]"))
|
if (ImGui::TreeNode("Ability Log [DEBUG]"))
|
||||||
{
|
{
|
||||||
if (ImGui::Button("Copy to Clipboard"))
|
if (ImGui::Button("Copy to Clipboard"))
|
||||||
|
Reference in New Issue
Block a user