From 8b1f501fe781c4b1cccedbcc66f06d494c99f479 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sat, 19 Apr 2025 14:54:32 -0400 Subject: [PATCH] fixed an error. --- src/cthulhu/script_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cthulhu/script_manager.py b/src/cthulhu/script_manager.py index b672166..92fb5fc 100644 --- a/src/cthulhu/script_manager.py +++ b/src/cthulhu/script_manager.py @@ -321,7 +321,7 @@ class ScriptManager: # Register plugin keybindings with the new active script from . import cthulhu - plugin_manager = cthulhu.getPluginSystemManager() + plugin_manager = cthulhu.cthulhuApp.getPluginSystemManager() if plugin_manager: plugin_manager.register_plugin_keybindings_with_active_script()