forked from External/mage
GUI: deck legality and themes improves:
* Improved formats list in deck legality panel (#6854); * Added hide button to deck legality panel (#6854); * Fixed themes names and added theme info in startup logs;
This commit is contained in:
parent
c9c1bc2b90
commit
309b3f5636
7 changed files with 46 additions and 17 deletions
|
|
@ -72,7 +72,11 @@ public class HelperPanel extends JPanel {
|
|||
needFeedbackTimer = new Timer(100, evt -> SwingUtilities.invokeLater(() -> {
|
||||
needFeedbackTimer.stop();
|
||||
if (!AppUtil.isAppActive() || !AppUtil.isGameActive(this.gameId)) {
|
||||
// sound notification
|
||||
AudioManager.playFeedbackNeeded();
|
||||
// tray notification (baloon + icon blinking)
|
||||
//MageTray.instance.displayMessage("Game needs your action.");
|
||||
//MageTray.instance.blink();
|
||||
}
|
||||
}));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue