fixed an error.

This commit is contained in:
Storm Dragon 2025-04-19 14:54:32 -04:00
parent 96335baf5d
commit 8b1f501fe7

View File

@ -321,7 +321,7 @@ class ScriptManager:
# Register plugin keybindings with the new active script # Register plugin keybindings with the new active script
from . import cthulhu from . import cthulhu
plugin_manager = cthulhu.getPluginSystemManager() plugin_manager = cthulhu.cthulhuApp.getPluginSystemManager()
if plugin_manager: if plugin_manager:
plugin_manager.register_plugin_keybindings_with_active_script() plugin_manager.register_plugin_keybindings_with_active_script()