From 087dcc3ab2116ecf732aa0f983238fe7bee662da Mon Sep 17 00:00:00 2001 From: Chrys Date: Wed, 23 Oct 2024 19:06:12 +0200 Subject: [PATCH] add SimplePlugin to settings.py --- src/cthulhu/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cthulhu/settings.py b/src/cthulhu/settings.py index 3998ced..28049fc 100644 --- a/src/cthulhu/settings.py +++ b/src/cthulhu/settings.py @@ -407,4 +407,4 @@ presentChatRoomLast = False presentLiveRegionFromInactiveTab = False # Plugins -activePlugins = ['Clipboard', 'MouseReview', 'Date', 'ByeCthulhu', 'Time', 'HelloCthulhu', 'HelloWorld', 'SelfVoice', 'PluginManager', 'ClassicPreferences'] +activePlugins = ['Clipboard', 'MouseReview', 'Date', 'ByeCthulhu', 'Time', 'HelloCthulhu', 'HelloWorld', 'SelfVoice', 'PluginManager', 'ClassicPreferences', 'SimplePluginSystem']