GUI: always scroll scrolltexts on mobile

This commit is contained in:
tildearrow 2024-11-10 04:56:41 -05:00
parent b701f06a98
commit 39a5408e4e
4 changed files with 7 additions and 3 deletions

View file

@ -1308,6 +1308,7 @@ ImGuiIO::ImGuiIO()
// ScrollText options
ScrollTextSpeed = 100.0f;
ScrollTextSpacing = 8.0f;
AlwaysScrollText = false;
// Miscellaneous options
MouseDrawCursor = false;