mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Refactor logic for advanced search to make it re-usable for desktop
This commit is contained in:
@@ -273,4 +273,9 @@ public class GuiDesktop implements IGuiBase {
|
||||
return match;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void runBackgroundTask(String message, Runnable task) {
|
||||
//TODO: Show loading overlay
|
||||
FThreads.invokeInBackgroundThread(task);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user