mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
update check
This commit is contained in:
@@ -235,6 +235,7 @@ public class ImageView<T extends InventoryItem> extends ItemView<T> {
|
||||
if (item != null && item.selected) {
|
||||
if (item.item instanceof DeckProxy) {
|
||||
DeckProxy dp = (DeckProxy) item.item;
|
||||
if (!dp.isGeneratedDeck()) {
|
||||
if (DeckPreferences.getPrefs(dp).getStarCount() > 0)
|
||||
DeckPreferences.getPrefs(dp).setStarCount(0);
|
||||
else
|
||||
@@ -244,6 +245,7 @@ public class ImageView<T extends InventoryItem> extends ItemView<T> {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onMiddleMouseDown(MouseEvent e) {
|
||||
|
||||
Reference in New Issue
Block a user