v2.5.1: fixed new fullscreen-remembering code not actually triggering

This commit is contained in:
Evan Debenham
2024-09-15 15:03:51 -04:00
parent f162999669
commit 9d3d35a8c7

View File

@@ -57,7 +57,7 @@ public class DesktopPlatformSupport extends PlatformSupport {
} }
} }
private static boolean first = false; private static boolean first = true;
@Override @Override
public void updateSystemUI() { public void updateSystemUI() {