diff options
| author | Alexander Taylor <alex@vector35.com> | 2025-04-04 17:50:19 -0400 |
|---|---|---|
| committer | Alexander Taylor <alex@vector35.com> | 2025-04-04 17:50:19 -0400 |
| commit | d222db8bd49f33716a18d0f9fc47833c2f802553 (patch) | |
| tree | cf6ae16dea392cb9fcf8fe6912e2bd7fd24532d9 /view/sharedcache/ui/Plugin.cpp | |
| parent | f95f5b2faf7de69befb6f7bef960dd17e6760941 (diff) | |
Add Load Image by Address context menu action.
Slight reimplementation of PR #6517 since the PR was from before our
refactor.
Diffstat (limited to 'view/sharedcache/ui/Plugin.cpp')
| -rw-r--r-- | view/sharedcache/ui/Plugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/sharedcache/ui/Plugin.cpp b/view/sharedcache/ui/Plugin.cpp index 1d52fd6a..9aad843e 100644 --- a/view/sharedcache/ui/Plugin.cpp +++ b/view/sharedcache/ui/Plugin.cpp @@ -14,6 +14,7 @@ extern "C" { UINotifications::init(); UIAction::registerAction("Load Image by Name"); + UIAction::registerAction("Load Image by Address"); UIAction::registerAction("Load Section by Address"); UIAction::registerAction("Load ADDRHERE"); UIAction::registerAction("Load IMGHERE"); |
