Fixed error in event manager.

This commit is contained in:
Storm Dragon 2025-06-05 13:34:23 -04:00
parent ea50d8b024
commit 2090767794

View File

@ -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: