mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Fix so UI updated immediately when match started remotely
This commit is contained in:
@@ -67,6 +67,11 @@ public class GuiDesktop implements IGuiBase {
|
||||
"../forge-gui/" : "";
|
||||
}
|
||||
|
||||
@Override
|
||||
public void invokeInEdtNow(final Runnable proc) {
|
||||
proc.run();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void invokeInEdtLater(final Runnable proc) {
|
||||
SwingUtilities.invokeLater(proc);
|
||||
|
||||
Reference in New Issue
Block a user