forked from External/mage
Merge branch 'master' of https://github.com/magefree/mage.git
This commit is contained in:
commit
ff5d16e132
6 changed files with 22 additions and 15 deletions
|
|
@ -194,11 +194,6 @@ public class MageActionCallback implements ActionCallback {
|
|||
}
|
||||
|
||||
private void showPopup(final TransferData data, final Component parentComponent, final Point parentPoint) {
|
||||
// skip popup for not implemented cards (they have Rarity.NA)
|
||||
if (data.card.getRarity().equals(Rarity.NA)) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (data.component != null) {
|
||||
String showTooltips = PreferencesDialog.getCachedValue(PreferencesDialog.KEY_SHOW_TOOLTIPS_ANY_ZONE, "true");
|
||||
if (showTooltips.equals("false")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue