From d222db8bd49f33716a18d0f9fc47833c2f802553 Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Fri, 4 Apr 2025 17:50:19 -0400 Subject: Add Load Image by Address context menu action. Slight reimplementation of PR #6517 since the PR was from before our refactor. --- view/sharedcache/ui/Plugin.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'view/sharedcache/ui/Plugin.cpp') 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"); -- cgit v1.3.1