From 20907677949d4d4c85dbab68f1d9e5a7caa67d74 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Thu, 5 Jun 2025 13:34:23 -0400 Subject: [PATCH] Fixed error in event manager. --- src/cthulhu/event_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cthulhu/event_manager.py b/src/cthulhu/event_manager.py index cf35061..46897a6 100644 --- a/src/cthulhu/event_manager.py +++ b/src/cthulhu/event_manager.py @@ -118,7 +118,7 @@ class EventManager: if hasattr(cthulhu, 'cthulhuApp') and cthulhu.cthulhuApp: plugin_manager = cthulhu.cthulhuApp.getPluginSystemManager() if plugin_manager: - # plugin_manager.register_plugin_keybindings_with_active_script() + pass # plugin_manager.register_plugin_keybindings_with_active_script() def activateLegacyKeyHandling(self): if not self.legacyKeyHandlingActive: