v3.2.2: improved fullscreen option eligibility on Android

This commit is contained in:
Evan Debenham
2025-08-22 10:57:06 -04:00
parent 00672f415b
commit 22fb116254
5 changed files with 21 additions and 17 deletions

View File

@@ -242,7 +242,7 @@ public class WndSettings extends WndTabbed {
SPDSettings.fullscreen(checked());
}
};
if (DeviceCompat.supportsFullScreen()){
if (Game.platform.supportsFullScreen()){
chkFullscreen.checked(SPDSettings.fullscreen());
} else {
chkFullscreen.checked(true);