avoid android layout order

This commit is contained in:
blakdulz 2023-05-14 05:28:27 +07:00
parent 244b6e7d91
commit c60b0d39c2

View file

@ -34,8 +34,8 @@ enum class LayoutOption : u32 {
SideScreen, SideScreen,
#ifndef ANDROID #ifndef ANDROID
SeparateWindows, SeparateWindows,
#endif
CustomLayout, CustomLayout,
#endif
// Similiar to default, but better for mobile devices in portrait mode. Top screen in clamped to // Similiar to default, but better for mobile devices in portrait mode. Top screen in clamped to
// the top of the frame, and the bottom screen is enlarged to match the top screen. // the top of the frame, and the bottom screen is enlarged to match the top screen.
MobilePortrait, MobilePortrait,