Merge remote-tracking branch 'origin/master'

This commit is contained in:
Arisotura 2024-11-19 01:07:39 +01:00
commit f6f993cb41
1 changed files with 1 additions and 1 deletions

View File

@ -22,8 +22,8 @@
enum ScreenLayoutType
{
screenLayout_Natural, // top screen above bottom screen always
screenLayout_Horizontal,
screenLayout_Vertical,
screenLayout_Horizontal,
screenLayout_Hybrid,
screenLayout_MAX,
};