note about keeping historical buttons
This commit is contained in:
@@ -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
@@ -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
@@ -1,3 +1,4 @@
|
||||
{
|
||||
"1.0.0": "1.1.0"
|
||||
"1.0.0": "1.1.0",
|
||||
"1.1.0": "1.1.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user