mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Support showing mobile Forge version in BugReporter
This commit is contained in:
@@ -89,6 +89,11 @@ public class GuiDesktop implements IGuiBase {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getCurrentVersion() {
|
||||
return BuildInfo.getVersionString();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void invokeInEdtLater(Runnable proc) {
|
||||
SwingUtilities.invokeLater(proc);
|
||||
|
||||
Reference in New Issue
Block a user