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");
|
||||
break;
|
||||
case CONFIGURE:
|
||||
menuManager.addPriorityEntry("Configure");
|
||||
menuManager.addPriorityEntry("Configure", "Fairy ring");
|
||||
break;
|
||||
case LAST_DESTINATION:
|
||||
menuManager.addPriorityEntry("Last-destination");
|
||||
@@ -1590,7 +1590,7 @@ public class MenuEntrySwapperPlugin extends Plugin
|
||||
menuManager.removeSwaps("Tree");
|
||||
break;
|
||||
case CONFIGURE:
|
||||
menuManager.removePriorityEntry("Configure");
|
||||
menuManager.removePriorityEntry("Configure", "Fairy ring");
|
||||
break;
|
||||
case LAST_DESTINATION:
|
||||
menuManager.removePriorityEntry("Last-destination");
|
||||
|
||||
Reference in New Issue
Block a user