From 3f1eb6e5af36cc3dd66ca845f9a01ac87f303857 Mon Sep 17 00:00:00 2001 From: Chrys Date: Mon, 21 Oct 2024 23:18:58 +0200 Subject: [PATCH] add to settings.conf --- 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 68f22d6..3998ced 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'] +activePlugins = ['Clipboard', 'MouseReview', 'Date', 'ByeCthulhu', 'Time', 'HelloCthulhu', 'HelloWorld', 'SelfVoice', 'PluginManager', 'ClassicPreferences']