Skip to content

Commit

Permalink
refactor: log profui target
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed May 7, 2024
1 parent 30f1244 commit 9ecb71c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/patch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ namespace simplytest
{
void patch(const lime::module &profuis)
{
logger::get()->info("patch target: {}", profuis.name());

auto paint_check = profuis.find_symbol("?PaintCheckButton@CExtPaintManager");
auto paint_radio = profuis.find_symbol("?PaintRadioButton@CExtPaintManager");

Expand Down

0 comments on commit 9ecb71c

Please sign in to comment.