Inverted action tags for deposits/withdraws
This commit is contained in:
parent
01e6351194
commit
54da739c1d
1 changed files with 1 additions and 1 deletions
|
|
@ -965,7 +965,7 @@ public class LookupCommand {
|
||||||
else if (daction == 4 || daction == 5) {
|
else if (daction == 4 || daction == 5) {
|
||||||
phrase = Phrase.LOOKUP_STORAGE; // {deposited|withdrew}
|
phrase = Phrase.LOOKUP_STORAGE; // {deposited|withdrew}
|
||||||
selector = (daction != 4 ? Selector.FIRST : Selector.SECOND);
|
selector = (daction != 4 ? Selector.FIRST : Selector.SECOND);
|
||||||
tag = (daction != 4 ? Color.GREEN + "+" : Color.RED + "-");
|
tag = (daction != 4 ? Color.RED + "-" : Color.GREEN + "+");
|
||||||
action = "a:item";
|
action = "a:item";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue