Skip to content

Commit

Permalink
Move Library to advanced plugins because new users tend to get lost
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ArneBab committed Sep 10, 2023
1 parent 7b751ce commit e276a83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/freenet/pluginmanager/OfficialPlugins.java
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e276a83

Please sign in to comment.