v1.2.0: adjusted default fullscreen for desktop, and platform checking

This commit is contained in:
Evan Debenham
2022-02-16 16:27:54 -05:00
parent 776661e739
commit 0c5a0332e5
2 changed files with 5 additions and 4 deletions

View File

@@ -64,7 +64,7 @@ public class SPDSettings extends GameSettings {
}
public static boolean fullscreen() {
return getBoolean( KEY_FULLSCREEN, false );
return getBoolean( KEY_FULLSCREEN, DeviceCompat.isDesktop() );
}
public static void landscape( boolean value ){