mes: fix left click bank options (#2240)
priority was being overridden on shiftclick by deposit xx
This commit is contained in:
@@ -33,6 +33,12 @@ public class BankComparableEntry extends AbstractComparableEntry
|
|||||||
return StringUtils.containsIgnoreCase(entry.getOption(), this.getOption()) && Text.standardize(entry.getTarget()).contains(this.getTarget());
|
return StringUtils.containsIgnoreCase(entry.getOption(), this.getOption()) && Text.standardize(entry.getTarget()).contains(this.getTarget());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public int getPriority()
|
||||||
|
{
|
||||||
|
return 100;
|
||||||
|
}
|
||||||
|
|
||||||
static boolean isNotBankWidget(int widgetID)
|
static boolean isNotBankWidget(int widgetID)
|
||||||
{
|
{
|
||||||
final int groupId = WidgetInfo.TO_GROUP(widgetID);
|
final int groupId = WidgetInfo.TO_GROUP(widgetID);
|
||||||
|
|||||||
Reference in New Issue
Block a user