Prevent Left Click Configure Shift-Click (#1242)
Prevents left click on the inventory widget from opening the configure shift click menu.
This commit is contained in:
@@ -1341,7 +1341,7 @@ public class MenuEntrySwapperPlugin extends Plugin
|
|||||||
menuManager.removeSwaps("Tree");
|
menuManager.removeSwaps("Tree");
|
||||||
break;
|
break;
|
||||||
case CONFIGURE:
|
case CONFIGURE:
|
||||||
menuManager.addPriorityEntry("Configure");
|
menuManager.addPriorityEntry("Configure", "Fairy ring");
|
||||||
break;
|
break;
|
||||||
case LAST_DESTINATION:
|
case LAST_DESTINATION:
|
||||||
menuManager.addPriorityEntry("Last-destination");
|
menuManager.addPriorityEntry("Last-destination");
|
||||||
@@ -1590,7 +1590,7 @@ public class MenuEntrySwapperPlugin extends Plugin
|
|||||||
menuManager.removeSwaps("Tree");
|
menuManager.removeSwaps("Tree");
|
||||||
break;
|
break;
|
||||||
case CONFIGURE:
|
case CONFIGURE:
|
||||||
menuManager.removePriorityEntry("Configure");
|
menuManager.removePriorityEntry("Configure", "Fairy ring");
|
||||||
break;
|
break;
|
||||||
case LAST_DESTINATION:
|
case LAST_DESTINATION:
|
||||||
menuManager.removePriorityEntry("Last-destination");
|
menuManager.removePriorityEntry("Last-destination");
|
||||||
|
|||||||
Reference in New Issue
Block a user