From f30bc018daca38edd2be8dc14050c744f00994ef Mon Sep 17 00:00:00 2001 From: Jon Bell Date: Tue, 2 Jan 2024 19:36:11 -0700 Subject: [PATCH] Change defualt resize key and menustyle options --- source/host.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/host.h b/source/host.h index cf750308..9af8a66f 100644 --- a/source/host.h +++ b/source/host.h @@ -75,8 +75,8 @@ class Host { #endif StretchOption stretch = PixelPerfectStretch; KeyboardOption kbmode = Emoji; - ResizekeyOption resizekey = NoResize; - MenuStyleOption menustyle = Fancy; + ResizekeyOption resizekey = YesResize; + MenuStyleOption menustyle = Classic; BgColorOption bgcolor = Gray; float scaleX = 1.0;