mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
add todo
This commit is contained in:
@@ -238,6 +238,11 @@ public class GuiDesktop implements IGuiBase {
|
||||
new GuiDownloader(service, callback).show();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void refreshSkin() {
|
||||
//todo refresh skin selector
|
||||
}
|
||||
|
||||
@Override
|
||||
public void copyToClipboard(final String text) {
|
||||
final StringSelection ss = new StringSelection(text);
|
||||
|
||||
Reference in New Issue
Block a user