diff --git a/src/frontend/ScreenLayout.h b/src/frontend/ScreenLayout.h index 7b69bd4038..a813127df2 100644 --- a/src/frontend/ScreenLayout.h +++ b/src/frontend/ScreenLayout.h @@ -22,8 +22,8 @@ enum ScreenLayoutType { screenLayout_Natural, // top screen above bottom screen always - screenLayout_Horizontal, screenLayout_Vertical, + screenLayout_Horizontal, screenLayout_Hybrid, screenLayout_MAX, };