From e276a83e509396c77d0c427ff70bbe0452c7ee13 Mon Sep 17 00:00:00 2001 From: Arne Babenhauserheide Date: Sun, 10 Sep 2023 07:45:41 +0200 Subject: [PATCH] Move Library to advanced plugins because new users tend to get lost Before moving it back to the default list of plugins, we need to figure out a good user experience for it. At the moment either it does not work or it floods users with bad results. --- src/freenet/pluginmanager/OfficialPlugins.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/freenet/pluginmanager/OfficialPlugins.java b/src/freenet/pluginmanager/OfficialPlugins.java index 8252f6d67e8..a0adbfb59b5 100644 --- a/src/freenet/pluginmanager/OfficialPlugins.java +++ b/src/freenet/pluginmanager/OfficialPlugins.java @@ -107,7 +107,8 @@ public OfficialPlugins() { .recommendedVersion(37) .minimumVersion(36) .usesXml() - .loadedFrom("CHK@RrYmOu8RGoEY44LOgGBBgY9qRxmiev0SFAVxWAbwROI,cfYMrDcBdewk4I7AC4J3mAq0g~NH3TxVpfeSkQ9Xaa8,AAMC--8/Library.jar"); + .loadedFrom("CHK@RrYmOu8RGoEY44LOgGBBgY9qRxmiev0SFAVxWAbwROI,cfYMrDcBdewk4I7AC4J3mAq0g~NH3TxVpfeSkQ9Xaa8,AAMC--8/Library.jar") + .advanced(); addPlugin("Spider") .inGroup("index") .minimumVersion(53)