note about keeping historical buttons

This commit is contained in:
2026-08-06 02:48:31 +06:00
parent 5932bbfa9d
commit 57fccedcdd
3 changed files with 6 additions and 2 deletions
+3
View File
@@ -112,6 +112,9 @@ module.exports = class RibbonClasp extends Plugin {
this.save();
}
// ids of plugins that are gone stay in the list on purpose -- nothing prunes
// them, so reinstalling one puts its icon back where it used to be
//
// only append icons we haven't seen before instead of overwriting the
// whole order -- enforceOrder() runs during boot too, before every
// plugin has attached its icon yet, and a full overwrite there was
+1 -1
View File
@@ -1,7 +1,7 @@
{
"id": "ribbon-clasp",
"name": "Ribbon Clasp",
"version": "1.0.0",
"version": "1.1.0",
"minAppVersion": "1.1.0",
"description": "Stops the left ribbon icons from reshuffling themselves.",
"author": "bdeshi",
+2 -1
View File
@@ -1,3 +1,4 @@
{
"1.0.0": "1.1.0"
"1.0.0": "1.1.0",
"1.1.0": "1.1.0"
}