mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
Make FDialogs more mobile-friendly
Fix Concede so dialog shown
This commit is contained in:
@@ -106,7 +106,7 @@ public class KeyboardShortcuts {
|
||||
public void actionPerformed(final ActionEvent e) {
|
||||
if (!Singletons.getControl().getCurrentScreen().isMatchScreen()) { return; }
|
||||
if (matchUI == null) { return; }
|
||||
matchUI.getGameController().concede();
|
||||
matchUI.concede();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user