mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
Support keeping system awake while downloading anything
This commit is contained in:
@@ -283,4 +283,9 @@ public class GuiDesktop implements IGuiBase {
|
||||
public String encodeSymbols(String str, boolean formatReminderText) {
|
||||
return FSkin.encodeSymbols(str, formatReminderText);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void preventSystemSleep(boolean preventSleep) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user